diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-03-21 01:10:48 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-03-21 01:10:48 -0700 |
commit | f8cc55f9b6df51610d677c332f98c9e848e582be (patch) | |
tree | b22940661f1eecc476dd2cf59884b50dd63c408f /profiles | |
parent | Added profile for openxcom (diff) | |
download | firejail-profiles-f8cc55f9b6df51610d677c332f98c9e848e582be.tar.xz |
Add profile for xcom-2
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/xcom-2.profile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/profiles/xcom-2.profile b/profiles/xcom-2.profile new file mode 100644 index 0000000..6d27ea6 --- /dev/null +++ b/profiles/xcom-2.profile @@ -0,0 +1,17 @@ +# This file is overwritten after every install/update +# Persistent local customizations +include xcom-2.local +# Persistent global definitions +include globals.local + +noblacklist ${HOME}/.local/share/wineprefixes/XCOM2 +whitelist ${HOME}/.local/share/wineprefixes/XCOM2 + +# XCOM requires the ptrace syscall or the launcher will crash +seccomp !name_to_handle_at,!ptrace + +ignore memory-deny-write-execute + +ignore noexec ${HOME} + +include generic-wine-game.inc |