diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-03-14 23:55:30 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-03-14 23:55:30 -0700 |
commit | 176dae16c44794f30cb347dfd84fe84bcc5c9708 (patch) | |
tree | 3c3b092e9446c01e5613c7596e5fa89277cb1385 /profiles/pandora-first-contact.profile | |
download | firejail-profiles-176dae16c44794f30cb347dfd84fe84bcc5c9708.tar.xz |
Initial commit
Diffstat (limited to 'profiles/pandora-first-contact.profile')
-rw-r--r-- | profiles/pandora-first-contact.profile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/profiles/pandora-first-contact.profile b/profiles/pandora-first-contact.profile new file mode 100644 index 0000000..e9303b2 --- /dev/null +++ b/profiles/pandora-first-contact.profile @@ -0,0 +1,18 @@ +# This file is overwritten after every install/update +# Persistent local customizations +include pandora.local +# Persistent global definitions +include globals.local + +noblacklist ${HOME}/.config/Proxy Studios +noblacklist ${HOME}/.config/Proxy Studios/Pandora + +mkdir ${HOME}/.config/Proxy Studios +mkdir ${HOME}/.config/Proxy Studios/Pandora +whitelist ${HOME}/.config/Proxy Studios/Pandora +whitelist ${HOME}/games/Pandora - First Contact +read-only ${HOME}/games/Pandora - First Contact + +ignore noexec ${HOME} + +include generic-game-networked.inc |