mirror of
https://github.com/flatpak/flatpak.git
synced 2026-01-01 20:38:09 -05:00
In context of the previous commit, this allows Flatpak apps to spawn subsandboxes with `--a11y-own-name=DBUS_NAME`, where `DBUS_NAME` must have the app id as prefix. For example, `org.webkitgtk.MiniBrowser` would be able to spawn a Web process using the Flatpak portal, and by passing `org.webkitgtk.MiniBrowser.Sandboxed.WebProcess0`, this Web process would be able to own this name in the a11y bus. This allows the Web process and the main WebKit process to connect their a11y trees across sandboxes.