aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/chromium-common-hardened.inc.profile
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-04-06 16:55:47 +0200
committerLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-04-06 16:55:47 +0200
commitcf8736882ab2449135c36038565eb0403eacabbb (patch)
treefe5cc2db51d5b329abdd12151f3008badf5fc2c8 /etc/profile-a-l/chromium-common-hardened.inc.profile
parentMerge pull request #4167 from tredondo/patch-7 (diff)
downloadfirejail-cf8736882ab2449135c36038565eb0403eacabbb.tar.gz
firejail-cf8736882ab2449135c36038565eb0403eacabbb.tar.zst
firejail-cf8736882ab2449135c36038565eb0403eacabbb.zip
Fix #3783 -- Google Chrome (wayland ozone) is broken
Diffstat (limited to 'etc/profile-a-l/chromium-common-hardened.inc.profile')
-rw-r--r--etc/profile-a-l/chromium-common-hardened.inc.profile3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/profile-a-l/chromium-common-hardened.inc.profile b/etc/profile-a-l/chromium-common-hardened.inc.profile
index 19addd285..e6df50b43 100644
--- a/etc/profile-a-l/chromium-common-hardened.inc.profile
+++ b/etc/profile-a-l/chromium-common-hardened.inc.profile
@@ -6,4 +6,5 @@ caps.drop all
6nonewprivs 6nonewprivs
7noroot 7noroot
8protocol unix,inet,inet6,netlink 8protocol unix,inet,inet6,netlink
9seccomp !chroot 9# kcmp is requeired for ozone-platform=wayland, see #3783.
10seccomp !chroot,!kcmp