Skip to content

Commit

Permalink
Add missing permissions (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanillajonathan committed Nov 10, 2022
1 parent 21c33b5 commit 04d0f8b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/sandbox-permissions-reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ complete list can be viewed using ``flatpak build-finish --help``.

=================================================== ===========================================
``--socket=x11`` Show windows using X11
``--socket=fallback-x11`` Grant X11 access when Wayland is not available
``--share=ipc`` Share IPC namespace with the host [#f1]_
``--allow=bluetooth`` Allow access to Bluetooth
``--device=dri`` OpenGL rendering
Expand All @@ -18,6 +19,11 @@ complete list can be viewed using ``flatpak build-finish --help``.
``--share=network`` Access the network [#f2]_
``--talk-name=org.freedesktop.secrets`` Talk to a named service on the session bus
``--system-talk-name=org.freedesktop.GeoClue2`` Talk to a named service on the system bus
``--socket=cups`` Talk to the CUPS printing system
``--socket=gpg-agent`` Talk to the GPG agent
``--socket=pcsc`` Grant access to smart card
``--socket=ssh-auth`` SSH authentication
``--socket=session-bus`` Unlimited access to user's D-Bus session
``--socket=system-bus`` Unlimited access to all of D-Bus
=================================================== ===========================================

Expand Down

0 comments on commit 04d0f8b

Please sign in to comment.