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/vambrace-cold-soul.profile | |
download | firejail-profiles-176dae16c44794f30cb347dfd84fe84bcc5c9708.tar.xz |
Initial commit
Diffstat (limited to 'profiles/vambrace-cold-soul.profile')
-rw-r--r-- | profiles/vambrace-cold-soul.profile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/profiles/vambrace-cold-soul.profile b/profiles/vambrace-cold-soul.profile new file mode 100644 index 0000000..d97a31d --- /dev/null +++ b/profiles/vambrace-cold-soul.profile @@ -0,0 +1,24 @@ +# This file is overwritten after every install/update +# Persistent local customizations +include vambrace-cold-soul.local +# Persistent global definitions +include globals.local + +noblacklist ${HOME}/.config/unity3d +noblacklist ${HOME}/.config/unity3d/DevespressoGames +noblacklist ${HOME}/.config/unity3d/DevespressoGames/VambraceColdSoul + +mkdir ${HOME}/.config/unity3d +mkdir ${HOME}/.config/unity3d/DevespressoGames +mkdir ${HOME}/.config/unity3d/DevespressoGames/VambraceColdSoul +whitelist ${HOME}/.config/unity3d/DevespressoGames/VambraceColdSoul +whitelist ${HOME}/games/Vambrace - Cold Soul +read-only ${HOME}/games/Vambrace - Cold Soul + +seccomp !name_to_handle_at + +ignore memory-deny-write-execute + +ignore noexec ${HOME} + +include generic-game.inc |