fix: correct fuse entries of setuid-programs entry of system declaration
parent
c2b6ed51e1
commit
64767176a0
3
buer.scm
3
buer.scm
|
@ -126,7 +126,8 @@
|
|||
(shadow '("passwd" "chfn" "sg" "su" "newgrp" "newuidmap" "newgidmap"))
|
||||
(inetutils '("ping" "ping6"))
|
||||
(opendoas '("doas"))
|
||||
(fuse '("fusermount"))
|
||||
(fuse-2 '("fusermount"))
|
||||
(fuse '("fusermount3"))
|
||||
(util-linux '("mount" "umount"))))
|
||||
|
||||
#|Allow resolution of '.local' host names with mDNS|#
|
||||
|
|
Loading…
Reference in New Issue