diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-07-04 05:02:54 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-07-04 05:02:54 -0700 |
commit | 6d6e13ace6d8a05b987c73fbc1510ab6fb39fd3f (patch) | |
tree | 5bdbeeb59cb2a2c71a4b32176f4454f2fb0e1d09 /profiles/wasteland-2.profile | |
parent | Many updates for firejail 0.9.66 (diff) | |
download | firejail-profiles-6d6e13ace6d8a05b987c73fbc1510ab6fb39fd3f.tar.xz |
More updates for 0.9.66
Diffstat (limited to 'profiles/wasteland-2.profile')
-rw-r--r-- | profiles/wasteland-2.profile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/profiles/wasteland-2.profile b/profiles/wasteland-2.profile new file mode 100644 index 0000000..ce02383 --- /dev/null +++ b/profiles/wasteland-2.profile @@ -0,0 +1,29 @@ +# This file is overwritten after every install/update +# Persistent local customizations +include wasteland-2.local +# Persistent global definitions +include globals.local + +noblacklist ${HOME}/.config/unity3d +noblacklist ${HOME}/.config/unity3d/inXile Entertainment +#noblacklist ${HOME}/.config/unity3d/inXile Entertainment/Wasteland 2: Director's Cut + +#blacklist /usr/lib/libpulse* + +mkdir ${HOME}/.config/unity3d +mkdir ${HOME}/.config/unity3d/inXile Entertainment +#mkdir ${HOME}/.config/unity3d/inXile Entertainment/Wasteland 2: Director's Cut +#whitelist ${HOME}/.config/unity3d/inXile Entertainment/Wasteland 2: Director's Cut +whitelist ${HOME}/.config/unity3d/inXile Entertainment +whitelist ${HOME}/games/Wasteland 2 +read-only ${HOME}/games/Wasteland 2 + +protocol unix,netlink +seccomp !name_to_handle_at +#seccomp.drop @clock,@cpu-emulation,@module,@obsolete,@privileged,@raw-io,@reboot,@resources,@swap,ptrace + +ignore memory-deny-write-execute + +ignore noexec ${HOME} + +include generic-game.inc |