diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-06-10 10:50:46 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-06-10 10:50:46 -0700 |
commit | 03602cdda46ce9d90a2c38199c13c108beb943ed (patch) | |
tree | e42443cc53edf72c183349d7b482507081641c12 /profiles | |
parent | chmod 644 (diff) | |
download | firejail-profiles-03602cdda46ce9d90a2c38199c13c108beb943ed.tar.xz |
Add profile for Into The Breach
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/into-the-breach.profile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/profiles/into-the-breach.profile b/profiles/into-the-breach.profile new file mode 100644 index 0000000..aacbfeb --- /dev/null +++ b/profiles/into-the-breach.profile @@ -0,0 +1,21 @@ +# This file is overwritten after every install/update +# Persistent local customizations +include into-the-breach.local +# Persistent global definitions +include globals.local + +noblacklist ${HOME}/.local/share/IntoTheBreach + +mkdir ${HOME}/.local/share/IntoTheBreach +whitelist ${HOME}/.local/share/IntoTheBreach +whitelist ${HOME}/games/Into The Breach +read-only ${HOME}/games/Into The Breach + +protocol unix,netlink +seccomp !name_to_handle_at + +ignore memory-deny-write-execute + +ignore noexec ${HOME} + +include generic-game.inc |