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 From 89da6c7be5c870d43f17c4236833e89b85c9c4e3 Mon Sep 17 00:00:00 2001 From: Jose Riha Date: Tue, 19 Oct 2021 12:14:18 +0200 Subject: Update etc/profile-m-z/warsow.profile Co-authored-by: rusty-snake <41237666+rusty-snake@users.noreply.github.com> --- etc/profile-m-z/warsow.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/profile-m-z/warsow.profile b/etc/profile-m-z/warsow.profile index 8bd59616d..aad18a672 100644 --- a/etc/profile-m-z/warsow.profile +++ b/etc/profile-m-z/warsow.profile @@ -41,7 +41,7 @@ noroot notv nou2f novideo -protocol netlink,unix,inet,inet6 +protocol unix,inet,inet6,netlink seccomp shell none tracelog -- cgit v1.2.3-54-g00ecf From 47262f8b0d9c371a715e8b8a5af6ef54e929a167 Mon Sep 17 00:00:00 2001 From: Jose Riha Date: Tue, 19 Oct 2021 12:14:49 +0200 Subject: Update etc/profile-m-z/warsow.profile Co-authored-by: rusty-snake <41237666+rusty-snake@users.noreply.github.com> --- etc/profile-m-z/warsow.profile | 1 + 1 file changed, 1 insertion(+) (limited to 'etc') diff --git a/etc/profile-m-z/warsow.profile b/etc/profile-m-z/warsow.profile index aad18a672..ce3dcbe1f 100644 --- a/etc/profile-m-z/warsow.profile +++ b/etc/profile-m-z/warsow.profile @@ -12,6 +12,7 @@ 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 -- cgit v1.2.3-54-g00ecf From e782c021922ebf3b79df2f18b9eab0dae6a3c02e Mon Sep 17 00:00:00 2001 From: Jose Riha Date: Tue, 19 Oct 2021 23:24:53 +0200 Subject: Update etc/profile-m-z/warsow.profile Co-authored-by: Kelvin M. Klann --- etc/profile-m-z/warsow.profile | 1 + 1 file changed, 1 insertion(+) (limited to 'etc') diff --git a/etc/profile-m-z/warsow.profile b/etc/profile-m-z/warsow.profile index ce3dcbe1f..4925e94f7 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 +# Allow /bin/sh (blacklisted by disable-shell.inc) include allow-bin-sh.inc include disable-common.inc -- cgit v1.2.3-54-g00ecf