forked from flatpak/flatpak
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
portal: Add 'sandboxed-a11y-own-names' option
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.
- Loading branch information
1 parent
915bbfb
commit 8ec21a2
Showing
3 changed files
with
46 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters