diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-06-23 00:52:28 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-06-23 00:52:28 -0700 |
commit | 10598a84e62b0c75ae81c87bf06790212ff8c2b0 (patch) | |
tree | dce1983ce670d0bf1bcf370a1a96db7bddad70d8 /profiles/stellaris.profile | |
parent | Add missing read-writes to mount and blade ii (diff) | |
download | firejail-profiles-10598a84e62b0c75ae81c87bf06790212ff8c2b0.tar.xz |
Add profiles for stellaris, cataclysm-bn, cataclysm-bn-tiles, amfora
Diffstat (limited to 'profiles/stellaris.profile')
-rw-r--r-- | profiles/stellaris.profile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/profiles/stellaris.profile b/profiles/stellaris.profile new file mode 100644 index 0000000..edd30ae --- /dev/null +++ b/profiles/stellaris.profile @@ -0,0 +1,26 @@ +# This file is overwritten after every install/update +# Persistent local customizations +include stellaris.local +# Persistent global definitions +include globals.local + +noblacklist ${HOME}/games/Stellaris +noblacklist ${HOME}/.local/share/Paradox Interactive +noblacklist ${HOME}/.local/share/Paradox Interactive/Stellaris + +whitelist ${HOME}/games/Stellaris +read-only ${HOME}/games/Stellaris +mkdir ${HOME}/.local/share/Paradox Interactive +mkdir ${HOME}/.local/share/Paradox Interactive/Stellaris +whitelist ${HOME}/.local/share/Paradox Interactive +read-only ${HOME}/.local/share/Paradox Interactive +whitelist ${HOME}/.local/share/Paradox Interactive/Stellaris +read-write ${HOME}/.local/share/Paradox Interactive/Stellaris + +private-etc asound.conf,group,localtime,machine-id,passwd,pulse + +ignore memory-deny-write-execute + +ignore noexec ${HOME} + +include generic-game.inc |