guix/gnu
Maxim Cournoyer def6e2ae46
gnu: util-linux: Search for setuid helper programs as well.
To allow using mount as an unprivileged user, the helper commands must also be
setuid.  Before this change, the 'mount' command would only look under
/run/current/profile/sbin.  Extend the default path to include
/run/setuid-programs as well.

Partially addresses <https://issues.guix.gnu.org/39670>.

* gnu/packages/linux.scm (util-linux)[configure-flags]: Prepend
"/run/setuid-programs:" to the default search path.

Reported-by: Nathan Dehnel <ncdehnel@gmail.com>
2020-09-24 15:21:04 -04:00
..
bootloader gnu: grub: Support loading files from TFTP if the root filesystem is NFS. 2020-09-14 14:25:04 +02:00
build
installer
machine
packages gnu: util-linux: Search for setuid helper programs as well. 2020-09-24 15:21:04 -04:00
services services: docker: Make docker command available. 2020-09-14 17:21:16 +03:00
system gnu: glibc: Add version 2.31. 2020-09-20 23:56:17 +02:00
tests
artwork.scm
bootloader.scm
ci.scm
image.scm
installer.scm
local.mk Merge remote-tracking branch 'origin/master' into core-updates 2020-09-14 16:17:19 -04:00
machine.scm
packages.scm
services.scm
system.scm
tests.scm