diff options
Diffstat (limited to 'profiles/battlestar-galactica-deadlock.profile')
-rw-r--r-- | profiles/battlestar-galactica-deadlock.profile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/profiles/battlestar-galactica-deadlock.profile b/profiles/battlestar-galactica-deadlock.profile new file mode 100644 index 0000000..287adba --- /dev/null +++ b/profiles/battlestar-galactica-deadlock.profile @@ -0,0 +1,19 @@ +# This file is overwritten after every install/update +# Persistent local customizations +include battlestar-galactica-deadlock.local +# Persistent global definitions +include globals.local + +noblacklist ${HOME}/.local/share/wineprefixes/BattlestarGalacticaDeadlock +whitelist ${HOME}/.local/share/wineprefixes/BattlestarGalacticaDeadlock + +# machine-id, obs, and alsa don't get along +#ignore machine-id + +seccomp !name_to_handle_at + +ignore memory-deny-write-execute + +ignore noexec ${HOME} + +include generic-wine-game.inc |