bug#37569: Mount does not honor 'user' option.

2019-10-06 Thread Ludovic Courtès
Hi, Diego Nicola Barbato skribis: > I've tried adding "mount" and "umount" to `setuid-programs' in my > operating-system config: > > (setuid-programs (cons* > #~(string-append #$util-linux "/bin/mount") >

bug#37569: Mount does not honor 'user' option.

2019-10-04 Thread Diego Nicola Barbato
Diego Nicola Barbato writes: > Hello Danny, > > Danny Milosavljevic writes: > >> Hmm, how is that solved with other distributions? Is "mount" suid root >> there? > > Indeed, in Debian both mount and umount are suid root: > > $ stat -c "%a %U:%G %n" /bin/*mount > 4755 root:root

bug#37569: Mount does not honor 'user' option.

2019-10-01 Thread Diego Nicola Barbato
Hello Danny, Danny Milosavljevic writes: > Hmm, how is that solved with other distributions? Is "mount" suid root there? Indeed, in Debian both mount and umount are suid root: $ stat -c "%a %U:%G %n" /bin/*mount 4755 root:root /bin/fusermount 4755 root:root /bin/mount 4755 root:root

bug#37569: Mount does not honor 'user' option.

2019-10-01 Thread Danny Milosavljevic
Hmm, how is that solved with other distributions? Is "mount" suid root there? pgpO07B97QGhK.pgp Description: OpenPGP digital signature

bug#37569: Mount does not honor 'user' option.

2019-10-01 Thread Diego Nicola Barbato
Hey Guix, I have added the following to `file-systems' in my operating-system config: --8<---cut here---start->8--- (file-system (device "127.0.0.1")