On Thu, Jul 17, 2014 at 05:00:40PM +0200, Ludovic Courtès wrote: The package itself cannot install things setuid (nothing can be setuid in the store), but there can be setuid programs in the system (see gnu/system.scm.) I'm not sure that I understand that. Maybe you can enlighten me sometime.o Should I add /bin/aegis here: ? (define %setuid-programs ;; Default set of setuid-root programs. (let ((shadow (@ (gnu packages admin) shadow))) (list #~(string-append #$shadow "/bin/passwd") #~(string-append #$shadow "/bin/su") #~(string-append #$inetutils "/bin/ping") #~(string-append #$sudo "/bin/sudo") #~(string-append #$fuse "/bin/fusermount")))) -- PGP Public key ID: 1024D/2DE827B3 fingerprint = 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3 See http://sks-keyservers.net or any PGP keyserver for public key.