aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2020-06-05 12:10:08 +0000
committerLibravatar GitHub <noreply@github.com>2020-06-05 12:10:08 +0000
commit821dd6c91a8a24493abde1523779c74c97562ce2 (patch)
tree660e34645663dba35e0761f17a64f173a2b4af30 /etc
parentprioritize installing via OS (#3442) (diff)
downloadfirejail-821dd6c91a8a24493abde1523779c74c97562ce2.tar.gz
firejail-821dd6c91a8a24493abde1523779c74c97562ce2.tar.zst
firejail-821dd6c91a8a24493abde1523779c74c97562ce2.zip
drop kcmp from steam.profile
See https://github.com/netblue30/firejail/issues/3219#issuecomment-638823377
Diffstat (limited to 'etc')
-rw-r--r--etc/profile-m-z/steam.profile8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/profile-m-z/steam.profile b/etc/profile-m-z/steam.profile
index 004664a79..7292f189c 100644
--- a/etc/profile-m-z/steam.profile
+++ b/etc/profile-m-z/steam.profile
@@ -86,7 +86,7 @@ caps.drop all
86#ipc-namespace 86#ipc-namespace
87netfilter 87netfilter
88nodvd 88nodvd
89# nVidia user may need to comment / ignore nogroups and noroot 89# nVidia users may need to comment / ignore nogroups and noroot
90nogroups 90nogroups
91nonewprivs 91nonewprivs
92noroot 92noroot
@@ -95,11 +95,11 @@ nou2f
95# novideo should be commented for VR 95# novideo should be commented for VR
96novideo 96novideo
97protocol unix,inet,inet6,netlink 97protocol unix,inet,inet6,netlink
98# seccomp cause sometimes issues (see #2951, #3267), 98# seccomp sometimes causes issues (see #2951, #3267),
99# comment it or add 'ignore seccomp' to steam.local if so. 99# comment it or add 'ignore seccomp' to steam.local if so.
100seccomp !kcmp,!ptrace 100seccomp !ptrace
101shell none 101shell none
102# tracelog disabled as it breaks integrated browser 102# tracelog breaks integrated browser
103#tracelog 103#tracelog
104 104
105# private-bin is disabled while in testing, but has been tested working with multiple games 105# private-bin is disabled while in testing, but has been tested working with multiple games