mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
kcmp is allowed by default, no need to add seccomp exceptions for it anylonger
This commit is contained in:
parent
8b50039a1f
commit
9ca0d7a757
2 changed files with 2 additions and 3 deletions
|
|
@ -6,5 +6,4 @@ caps.drop all
|
|||
nonewprivs
|
||||
noroot
|
||||
protocol unix,inet,inet6,netlink
|
||||
# kcmp is required for ozone-platform=wayland, see #3783.
|
||||
seccomp !chroot,!kcmp
|
||||
seccomp !chroot
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ notv
|
|||
nou2f
|
||||
novideo
|
||||
protocol unix,inet,inet6,netlink
|
||||
seccomp !kcmp
|
||||
seccomp
|
||||
shell none
|
||||
tracelog
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue