aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar Jose Riha <jose1711@gmail.com>2021-10-19 09:48:17 +0200
committerLibravatar Jose Riha <jose1711@gmail.com>2021-10-19 09:53:55 +0200
commit6379e0a0e6f8196abce9aceeab7bdd6ae0afe767 (patch)
treee7541187c3dc29b56424b855be5745efdf10eccb /etc
parentmountinfo: improve readability (diff)
downloadfirejail-6379e0a0e6f8196abce9aceeab7bdd6ae0afe767.tar.gz
firejail-6379e0a0e6f8196abce9aceeab7bdd6ae0afe767.tar.zst
firejail-6379e0a0e6f8196abce9aceeab7bdd6ae0afe767.zip
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.
Diffstat (limited to 'etc')
-rw-r--r--etc/profile-m-z/warsow.profile5
1 files changed, 3 insertions, 2 deletions
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}
11noblacklist ${HOME}/.cache/warsow-2.1 11noblacklist ${HOME}/.cache/warsow-2.1
12noblacklist ${HOME}/.local/share/warsow-2.1 12noblacklist ${HOME}/.local/share/warsow-2.1
13 13
14include allow-bin-sh.inc
14include disable-common.inc 15include disable-common.inc
15include disable-devel.inc 16include disable-devel.inc
16include disable-exec.inc 17include disable-exec.inc
@@ -40,13 +41,13 @@ noroot
40notv 41notv
41nou2f 42nou2f
42novideo 43novideo
43protocol unix,inet,inet6 44protocol netlink,unix,inet,inet6
44seccomp 45seccomp
45shell none 46shell none
46tracelog 47tracelog
47 48
48disable-mnt 49disable-mnt
49private-bin warsow 50private-bin basename,bash,dirname,sed,sh,uname,warsow
50private-cache 51private-cache
51private-dev 52private-dev
52private-tmp 53private-tmp