diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-08-03 21:46:39 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-08-03 21:46:39 -0700 |
commit | 300105d84eaa9c3b78f726860a2b7d493247fb03 (patch) | |
tree | af7b7535817a1a828f1e4996a8fe801501c15007 /profiles/wine_arcanum.profile | |
parent | Add profile for avernum remakes in wine. (diff) | |
download | firejail-profiles-300105d84eaa9c3b78f726860a2b7d493247fb03.tar.xz |
Add profile for Arcanum - Of Steamworks and Magick Obscura in wine.
Diffstat (limited to 'profiles/wine_arcanum.profile')
-rw-r--r-- | profiles/wine_arcanum.profile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/profiles/wine_arcanum.profile b/profiles/wine_arcanum.profile new file mode 100644 index 0000000..d2119ff --- /dev/null +++ b/profiles/wine_arcanum.profile @@ -0,0 +1,16 @@ +# This file is overwritten after every install/update +# Persistent local customizations +include wine_arcanum.local +# Persistent global definitions +include globals.local + +noblacklist ${HOME}/.local/share/wineprefixes/Arcanum +whitelist ${HOME}/.local/share/wineprefixes/Arcanum + +seccomp !name_to_handle_at + +ignore memory-deny-write-execute + +ignore noexec ${HOME} + +include generic-wine-game.inc |