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/legend-of-grimrock.profile | |
parent | Added starsector profile (diff) | |
download | firejail-profiles-c4eff47fbd62d5c9518a6436494881c324b379b8.tar.xz |
Updated for firejail 0.9.68
Diffstat (limited to 'unmaintained/legend-of-grimrock.profile')
-rw-r--r-- | unmaintained/legend-of-grimrock.profile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/unmaintained/legend-of-grimrock.profile b/unmaintained/legend-of-grimrock.profile new file mode 100644 index 0000000..7921296 --- /dev/null +++ b/unmaintained/legend-of-grimrock.profile @@ -0,0 +1,18 @@ +# This file is overwritten after every install/update +# Persistent local customizations +include legend-of-grimrock.local +# Persistent global definitions +include globals.local + +noblacklist ${HOME}/.local/share/Almost Human +noblacklist ${HOME}/.local/share/Almost Human/Legend of Grimrock + +mkdir ${HOME}/.local/share/Almost Human +mkdir ${HOME}/.local/share/Almost Human/Legend of Grimrock +whitelist ${HOME}/.local/share/Almost Human/Legend of Grimrock +whitelist ${HOME}/games/Legend of Grimrock +read-only ${HOME}/games/Legend of Grimrock + +ignore memory-deny-write-execute + +include generic-game.inc |