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")
> #~(string-appen
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 /bin/fusermo
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 /
Hmm, how is that solved with other distributions? Is "mount" suid root there?
pgpO07B97QGhK.pgp
Description: OpenPGP digital signature
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")