diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-02-09 13:36:31 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-02-09 13:36:31 -0800 |
commit | c4eff47fbd62d5c9518a6436494881c324b379b8 (patch) | |
tree | 9e0c28b048d67ab58d888c5d33ec326e041b8475 /unmaintained/objects-in-space.profile | |
parent | Added starsector profile (diff) | |
download | firejail-profiles-c4eff47fbd62d5c9518a6436494881c324b379b8.tar.xz |
Updated for firejail 0.9.68
Diffstat (limited to 'unmaintained/objects-in-space.profile')
-rw-r--r-- | unmaintained/objects-in-space.profile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/unmaintained/objects-in-space.profile b/unmaintained/objects-in-space.profile new file mode 100644 index 0000000..c8d89ef --- /dev/null +++ b/unmaintained/objects-in-space.profile @@ -0,0 +1,22 @@ +# This file is overwritten after every install/update +# Persistent local customizations +include objects-in-space.local +# Persistent global definitions +include globals.local + +noblacklist ${HOME}/Documents +noblacklist ${HOME}/Documents/ObjectsInSpace + +mkdir ${HOME}/Documents +mkdir ${HOME}/Documents/ObjectsInSpace +whitelist ${HOME}/Documents/ObjectsInSpace +whitelist ${HOME}/games/Objects In Space +read-only ${HOME}/games/Objects In Space + +private-etc asound.conf,group,localtime,machine-id,passwd,pulse + +ignore memory-deny-write-execute + +ignore noexec ${HOME} + +include generic-game.inc |