mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
parsecd: ordering fixes (#5682)
This commit is contained in:
parent
144f7f5b79
commit
a50f1fb70c
1 changed files with 4 additions and 4 deletions
|
|
@ -22,17 +22,17 @@ mkdir ${HOME}/.parsec
|
|||
whitelist ${HOME}/.parsec
|
||||
whitelist /usr/share/parsec
|
||||
include whitelist-common.inc
|
||||
include whitelist-usr-share-common.inc
|
||||
include whitelist-run-common.inc
|
||||
include whitelist-runuser-common.inc
|
||||
include whitelist-usr-share-common.inc
|
||||
include whitelist-var-common.inc
|
||||
|
||||
# Due to the nature of parsec, the following directives will not work:
|
||||
# - no3d
|
||||
# - novideo
|
||||
# - nosound
|
||||
# - noinput (it does remote passthrough stuff for gamepads)
|
||||
# - private-dev (because of the above)
|
||||
# - nosound
|
||||
# - novideo
|
||||
# - private-dev (same as noinput)
|
||||
apparmor
|
||||
caps.drop all
|
||||
nodvd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue