diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-09-20 03:30:04 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-09-20 03:30:04 -0700 |
commit | 7a15f21436f4d0e873181b3a00e326d21985e859 (patch) | |
tree | 485f8b28a675c9c9cd8edad2b920cb06e400319c /profiles/barotrauma.profile | |
parent | Update hg, renpy profiles (diff) | |
download | firejail-profiles-7a15f21436f4d0e873181b3a00e326d21985e859.tar.xz |
Add timberborn and barotrauma profiles
Diffstat (limited to 'profiles/barotrauma.profile')
-rw-r--r-- | profiles/barotrauma.profile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/profiles/barotrauma.profile b/profiles/barotrauma.profile new file mode 100644 index 0000000..641bc8a --- /dev/null +++ b/profiles/barotrauma.profile @@ -0,0 +1,23 @@ +# This file is overwritten after every install/update +# Persistent local customizations +include barotrauma.local +# Persistent global definitions +include globals.local + +noblacklist ${HOME}.local/share/Daedalic Entertainment GmbH +noblacklist ${HOME}.local/share/Daedalic Entertainment GmbH/Barotrauma + +mkdir ${HOME}.local/share/Daedalic Entertainment GmbH +mkdir ${HOME}.local/share/Daedalic Entertainment GmbH/Barotrauma + +whitelist ${HOME}.local/share/Daedalic Entertainment GmbH/Barotrauma +whitelist ${HOME}/games/Barotrauma + +# game assets fail to load if read-only +#read-only ${HOME}/games/Barotrauma + +ignore memory-deny-write-execute + +ignore noexec ${HOME} + +include generic-game-networked.inc |