You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sandbox-permissions.rst
+17-7Lines changed: 17 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,18 +77,28 @@ which can be used on an as-needed basis, and which should be avoided.
77
77
Standard permissions
78
78
````````````````````
79
79
80
-
The following permissions provide access to basic resources that applications
81
-
commonly require, and can therefore be freely used.
80
+
The following permissions are commonly used by applications.
82
81
83
82
- ``--allow=bluetooth`` - Allow access to Bluetooth (``AF_BLUETOOTH``) sockets
84
83
- ``--device=dri`` - OpenGL rendering
85
84
- ``--share=ipc`` - Share IPC namespace with the host [#f1]_
86
85
- ``--share=network`` - Access the network [#f2]_
87
-
- ``--socket=cups`` - Talk to the CUPS printing system (``$CUPS_SERVER`` or server defined in CUPS's ``client.conf``. Falls back to ``/var/run/cups/cups.sock``)
88
-
- ``--socket=gpg-agent`` - Talk to the GPG agent (The socket in ``gpgconf --list-dir agent-socket``)
0 commit comments