diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-10-12 00:54:25 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-10-12 00:54:25 -0700 |
commit | 7304c3c00e1f4e42dbd8ac4abd538bda512ecfe1 (patch) | |
tree | bb3af9a6edf71cdb2896bdc46f48b37a352da1ab /profiles | |
parent | Fix antichamber and pandora profiles (diff) | |
download | firejail-profiles-7304c3c00e1f4e42dbd8ac4abd538bda512ecfe1.tar.xz |
Fix bannerlord profile
Start using noautopulse
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/generic-game.inc | 1 | ||||
-rw-r--r-- | profiles/generic-wine-game.inc | 1 | ||||
-rw-r--r-- | profiles/mount-and-blade-ii.profile | 5 |
3 files changed, 6 insertions, 1 deletions
diff --git a/profiles/generic-game.inc b/profiles/generic-game.inc index d28b734..5f9c16d 100644 --- a/profiles/generic-game.inc +++ b/profiles/generic-game.inc @@ -19,6 +19,7 @@ machine-id net none # # no3d breaks gpu rendering # no3d +noautopulse nodbus nodvd nogroups diff --git a/profiles/generic-wine-game.inc b/profiles/generic-wine-game.inc index 62d8967..81ffe04 100644 --- a/profiles/generic-wine-game.inc +++ b/profiles/generic-wine-game.inc @@ -33,6 +33,7 @@ machine-id net none # # no3d breaks gpu rendering # no3d +noautopulse nodbus nodvd nogroups diff --git a/profiles/mount-and-blade-ii.profile b/profiles/mount-and-blade-ii.profile index 1a1422b..64e5869 100644 --- a/profiles/mount-and-blade-ii.profile +++ b/profiles/mount-and-blade-ii.profile @@ -6,8 +6,11 @@ include globals.local noblacklist ${HOME}/.local/share/wineprefixes/MountAndBladeBannerlord whitelist ${HOME}/.local/share/wineprefixes/MountAndBladeBannerlord +mkfile ${HOME}/.local/share/wineprefixes/MountAndBladeBannerlord/drive_c/GOG Games/Mount And Blade II Bannerlord/bin/Win64_Shipping_Client/Bannerlord.dxvk-cache +read-only ${HOME}/.local/share/wineprefixes/MountAndBladeBannerlord/drive_c/GOG Games/Mount And Blade II Bannerlord +read-write ${HOME}/.local/share/wineprefixes/MountAndBladeBannerlord/drive_c/GOG Games/Mount And Blade II Bannerlord/bin/Win64_Shipping_Client/Bannerlord.dxvk-cache -# MB2 requiers seccomp and ptrace +# MB2 requires seccomp and ptrace seccomp !name_to_handle_at,!ptrace ignore memory-deny-write-execute |