We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c66f73 commit e805496Copy full SHA for e805496
1 file changed
docs/sandbox-permissions.rst
@@ -542,14 +542,14 @@ Examples
542
543
--device=all
544
--device-if=all:false
545
- --device-if=input:has-input-device
+ --device=input
546
547
This allows older Flatpak versions which do not understand the
548
``input`` device permission to function by having the broader
549
``all`` access, while newer Flatpak versions which understand the
550
conditional system will deny ``all`` due to
551
``--device-if=all:false`` and allow only ``input`` due to
552
- ``--device-if=input:has-input-device``.
+ ``--device=input``.
553
554
To explicitly deny a permission that might be granted through runtime
555
metadata or overrides ``--nosocket=NAME, --unshare=NAME`` etc. can be
0 commit comments