From a50f1fb70c889712cc2fcc79cc6ca3976600b43c Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Sat, 25 Feb 2023 22:58:09 +0000 Subject: parsecd: ordering fixes (#5682) --- etc/profile-m-z/parsecd.profile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/profile-m-z/parsecd.profile b/etc/profile-m-z/parsecd.profile index 249d475cf..ecaf690fe 100644 --- a/etc/profile-m-z/parsecd.profile +++ b/etc/profile-m-z/parsecd.profile @@ -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 -- cgit v1.2.3-54-g00ecf