Skip to content

Commit

Permalink
re-enable nogroups with a comment in zoom.profile (#3824)
Browse files Browse the repository at this point in the history
Better fix for #3711, see discussion there.
  • Loading branch information
glitsj16 authored Dec 15, 2020
1 parent d529447 commit c305d66
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion etc/profile-m-z/zoom.profile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ include whitelist-var-common.inc
caps.drop all
netfilter
nodvd
#nogroups - breaks webcam access (see #3711)
# nogroups breaks webcam access on non-systemd systems (see #3711).
# If you use such a system comment the line below or put 'ignore nogroups' in your zoom.local
nogroups
nonewprivs
noroot
notv
Expand Down

0 comments on commit c305d66

Please sign in to comment.