Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/sandbox-permissions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@ The following permissions are commonly used by applications.
- ``--socket=ssh-auth``- Allow access to ``$SSH_AUTH_SOCK``. This is not
commonly needed unless the application interacts with SSH such as
Git clients or SSH frontends.
- ``--socket=inherit-wayland-socket`` - Inherit the ``$WAYLAND_SOCKET``
environment variable from the parent process (for example, the compositor).
This is not commonly needed unless the application needs access to
the parent process’ Wayland state. Input method applications may need
this. It’s a very sensitive permission as it prevents Wayland client
state from being sandboxed.

.. note::

Expand Down
Loading