diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-06-12 23:27:14 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-06-12 23:27:14 -0700 |
commit | 5f65f89dfa30f6f2f93f6f9c171a90b84f63c5b1 (patch) | |
tree | 67d3bc590d9200ef8b65254c3d828ad41f1fed68 /profiles/crusader-kings-ii.profile | |
parent | Convert PKGBUILD to use fake depends. (diff) | |
download | firejail-profiles-5f65f89dfa30f6f2f93f6f9c171a90b84f63c5b1.tar.xz |
Updated for firejail 0.9.70
Convert whitelist and read-only pairs to the new whitelist-ro setting.
Fix vlc failing to load lirc configuration.
Add more comments to profiles for unusual workarounds.
Diffstat (limited to 'profiles/crusader-kings-ii.profile')
-rw-r--r-- | profiles/crusader-kings-ii.profile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/profiles/crusader-kings-ii.profile b/profiles/crusader-kings-ii.profile index 38d3916..25e773a 100644 --- a/profiles/crusader-kings-ii.profile +++ b/profiles/crusader-kings-ii.profile @@ -10,13 +10,11 @@ noblacklist ${HOME}/games/Crusader Kings II noblacklist ${HOME}/.paradoxinteractive noblacklist ${HOME}/.paradoxinteractive/Crusader Kings II -whitelist ${HOME}/games/Crusader Kings II -read-only ${HOME}/games/Crusader Kings II +whitelist-ro ${HOME}/games/Crusader Kings II mkdir ${HOME}/.paradoxinteractive mkdir ${HOME}/.paradoxinteractive/Crusader Kings II -whitelist ${HOME}/.paradoxinteractive -read-only ${HOME}/.paradoxinteractive -whitelist ${HOME}/.paradoxinteractive/Crusader Kings II +# For unknown reasons, paradox games need to be able to see the .paradoxinteractive folder +whitelist-ro ${HOME}/.paradoxinteractive read-write ${HOME}/.paradoxinteractive/Crusader Kings II private-etc asound.conf,group,localtime,machine-id,passwd,pulse |