diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-01-05 01:08:56 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-01-05 01:08:56 -0800 |
commit | e6dd6cbfb0e4db04c664cda45c5520f20ff0d0ca (patch) | |
tree | ef24dc10b1255e4ff3abbf1ada28d245c154b30a /profiles/ftl.profile | |
parent | Rename all wine game profiles to have a wine_ prefix. (diff) | |
download | firejail-profiles-e6dd6cbfb0e4db04c664cda45c5520f20ff0d0ca.tar.xz |
Rename ftl-advanced-edition profile to simply ftl
Diffstat (limited to 'profiles/ftl.profile')
-rw-r--r-- | profiles/ftl.profile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/profiles/ftl.profile b/profiles/ftl.profile new file mode 100644 index 0000000..479adfa --- /dev/null +++ b/profiles/ftl.profile @@ -0,0 +1,17 @@ +# This file is overwritten after every install/update +# Persistent local customizations +include ftl.local +# Persistent global definitions +include globals.local + +noblacklist ${HOME}/.local/share/FasterThanLight + +mkdir ${HOME}/.local/share/FasterThanLight +whitelist ${HOME}/.local/share/FasterThanLight +whitelist-ro ${HOME}/games/FTL + +ignore memory-deny-write-execute + +ignore noexec ${HOME} + +include generic-game.inc |