diff options
Diffstat (limited to 'profiles/wine_othercide.profile')
-rw-r--r-- | profiles/wine_othercide.profile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/profiles/wine_othercide.profile b/profiles/wine_othercide.profile new file mode 100644 index 0000000..12e9df3 --- /dev/null +++ b/profiles/wine_othercide.profile @@ -0,0 +1,26 @@ +# This file is overwritten after every install/update +# Persistent local customizations +include othercide.local +# Persistent global definitions +include globals.local + +noblacklist ${HOME}/.local/share/wineprefixes/Othercide +whitelist ${HOME}/.local/share/wineprefixes/Othercide + +# machine-id, obs, and alsa don't get along +#ignore machine-id + +protocol unix,netlink +seccomp !name_to_handle_at + + +# Uncomment these for controller support +#protocol unix,inet,inet6,netlink +#ignore noinput + + +ignore memory-deny-write-execute + +ignore noexec ${HOME} + +include generic-wine-game.inc |