aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2020-12-15 16:33:57 +0000
committerLibravatar GitHub <noreply@github.com>2020-12-15 16:33:57 +0000
commitc305d669b52b035c2a727a9c897fb5c5605e28aa (patch)
tree16cd17cc17c759ef11e2397c7147fa910730a9f2
parentrename whitelist-players.inc to whitelist-player-common.inc (#3819) (diff)
downloadfirejail-c305d669b52b035c2a727a9c897fb5c5605e28aa.tar.gz
firejail-c305d669b52b035c2a727a9c897fb5c5605e28aa.tar.zst
firejail-c305d669b52b035c2a727a9c897fb5c5605e28aa.zip
re-enable nogroups with a comment in zoom.profile (#3824)
Better fix for #3711, see discussion there.
-rw-r--r--etc/profile-m-z/zoom.profile4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/profile-m-z/zoom.profile b/etc/profile-m-z/zoom.profile
index f175e5e21..889e8c02e 100644
--- a/etc/profile-m-z/zoom.profile
+++ b/etc/profile-m-z/zoom.profile
@@ -31,7 +31,9 @@ include whitelist-var-common.inc
31caps.drop all 31caps.drop all
32netfilter 32netfilter
33nodvd 33nodvd
34#nogroups - breaks webcam access (see #3711) 34# nogroups breaks webcam access on non-systemd systems (see #3711).
35# If you use such a system comment the line below or put 'ignore nogroups' in your zoom.local
36nogroups
35nonewprivs 37nonewprivs
36noroot 38noroot
37notv 39notv