aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-07-28 09:03:17 +0200
committerLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-07-28 09:03:17 +0200
commit9ca0d7a75756e786db4777f27ef7395a92d74700 (patch)
tree2aff743fa2821fd5270dbed0da1f5e4b4386ba77 /etc
parentMerge pull request #4410 from kmk3/revert-allow-deny-etc (diff)
downloadfirejail-9ca0d7a75756e786db4777f27ef7395a92d74700.tar.gz
firejail-9ca0d7a75756e786db4777f27ef7395a92d74700.tar.zst
firejail-9ca0d7a75756e786db4777f27ef7395a92d74700.zip
kcmp is allowed by default, no need to add seccomp exceptions for it anylonger
Diffstat (limited to 'etc')
-rw-r--r--etc/profile-a-l/chromium-common-hardened.inc.profile3
-rw-r--r--etc/profile-m-z/minitube.profile2
2 files changed, 2 insertions, 3 deletions
diff --git a/etc/profile-a-l/chromium-common-hardened.inc.profile b/etc/profile-a-l/chromium-common-hardened.inc.profile
index 87a0a0994..19addd285 100644
--- a/etc/profile-a-l/chromium-common-hardened.inc.profile
+++ b/etc/profile-a-l/chromium-common-hardened.inc.profile
@@ -6,5 +6,4 @@ caps.drop all
6nonewprivs 6nonewprivs
7noroot 7noroot
8protocol unix,inet,inet6,netlink 8protocol unix,inet,inet6,netlink
9# kcmp is required for ozone-platform=wayland, see #3783. 9seccomp !chroot
10seccomp !chroot,!kcmp
diff --git a/etc/profile-m-z/minitube.profile b/etc/profile-m-z/minitube.profile
index 3fe3428d0..b8a551b6c 100644
--- a/etc/profile-m-z/minitube.profile
+++ b/etc/profile-m-z/minitube.profile
@@ -47,7 +47,7 @@ notv
47nou2f 47nou2f
48novideo 48novideo
49protocol unix,inet,inet6,netlink 49protocol unix,inet,inet6,netlink
50seccomp !kcmp 50seccomp
51shell none 51shell none
52tracelog 52tracelog
53 53