diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-03-15 15:04:50 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-03-15 15:04:50 -0700 |
commit | 10e27df9e93ff2011d2932bd11e1519c208cb55e (patch) | |
tree | f5797f32ba8655ba68060f6ddcd8bde96881bc8a /profiles/openxcom.profile | |
parent | Add hardened mallow to newsboat, rtv, w3m (diff) | |
download | firejail-profiles-10e27df9e93ff2011d2932bd11e1519c208cb55e.tar.xz |
Added profile for openxcom
Diffstat (limited to 'profiles/openxcom.profile')
-rw-r--r-- | profiles/openxcom.profile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/profiles/openxcom.profile b/profiles/openxcom.profile new file mode 100644 index 0000000..08dbcde --- /dev/null +++ b/profiles/openxcom.profile @@ -0,0 +1,15 @@ +# This file is overwritten after every install/update +# Persistent local customizations +include openxcom.local +# Persistent global definitions +include globals.local + +noblacklist ${HOME}/.config/openxcom +noblacklist ${HOME}/.local/share/openxcom + +mkdir ${HOME}/.config/openxcom +mkdir ${HOME}/.local/share/openxcom +whitelist ${HOME}/.config/openxcom +whitelist ${HOME}/.local/share/openxcom + +include generic-game.inc |