mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
drop kcmp from steam.profile
See https://github.com/netblue30/firejail/issues/3219#issuecomment-638823377
This commit is contained in:
parent
ee03888ab6
commit
821dd6c91a
1 changed files with 4 additions and 4 deletions
|
|
@ -86,7 +86,7 @@ caps.drop all
|
|||
#ipc-namespace
|
||||
netfilter
|
||||
nodvd
|
||||
# nVidia user may need to comment / ignore nogroups and noroot
|
||||
# nVidia users may need to comment / ignore nogroups and noroot
|
||||
nogroups
|
||||
nonewprivs
|
||||
noroot
|
||||
|
|
@ -95,11 +95,11 @@ nou2f
|
|||
# novideo should be commented for VR
|
||||
novideo
|
||||
protocol unix,inet,inet6,netlink
|
||||
# seccomp cause sometimes issues (see #2951, #3267),
|
||||
# seccomp sometimes causes issues (see #2951, #3267),
|
||||
# comment it or add 'ignore seccomp' to steam.local if so.
|
||||
seccomp !kcmp,!ptrace
|
||||
seccomp !ptrace
|
||||
shell none
|
||||
# tracelog disabled as it breaks integrated browser
|
||||
# tracelog breaks integrated browser
|
||||
#tracelog
|
||||
|
||||
# private-bin is disabled while in testing, but has been tested working with multiple games
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue