Skip to content

Commit add53d2

Browse files
committed
ENH: Expose most common UNIX groups
1 parent 9a44326 commit add53d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sandbox-run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,5 +136,5 @@ bwrap \
136136
5<<EOF 4<<EOF2
137137
$(set +x; getent passwd "$uid" 65534)
138138
EOF
139-
$(set +x; getent group "$(id -g)" 65534)
139+
$(set +ex; getent group "$(id -g)" 65534 adm sudo audio dip video plugdev staff users netdev scanner bluetooth lpadmin)
140140
EOF2

0 commit comments

Comments
 (0)