From 6379e0a0e6f8196abce9aceeab7bdd6ae0afe767 Mon Sep 17 00:00:00 2001 From: Jose Riha Date: Tue, 19 Oct 2021 09:48:17 +0200 Subject: Fix warsow profile for Arch users Warsow uses a shell wrapper hence requires some modifications. Netlink was added to protocols as the game was segfaulting after changing resolution and saving the setting. --- etc/profile-m-z/warsow.profile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'etc') diff --git a/etc/profile-m-z/warsow.profile b/etc/profile-m-z/warsow.profile index 5659ec69c..8bd59616d 100644 --- a/etc/profile-m-z/warsow.profile +++ b/etc/profile-m-z/warsow.profile @@ -11,6 +11,7 @@ ignore noexec ${HOME} noblacklist ${HOME}/.cache/warsow-2.1 noblacklist ${HOME}/.local/share/warsow-2.1 +include allow-bin-sh.inc include disable-common.inc include disable-devel.inc include disable-exec.inc @@ -40,13 +41,13 @@ noroot notv nou2f novideo -protocol unix,inet,inet6 +protocol netlink,unix,inet,inet6 seccomp shell none tracelog disable-mnt -private-bin warsow +private-bin basename,bash,dirname,sed,sh,uname,warsow private-cache private-dev private-tmp -- cgit v1.2.3-54-g00ecf