mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
Replace some more occurrences of ‘setuid-programs’.
* gnu/packages/containers.scm (podman, buildah)[arguments]: Substitute /run/privileged/bin for /run/setuid-programs. * gnu/packages/mail.scm (opensmtpd)[arguments]: Likewise. * gnu/packages/spice.scm (spice-gtk)[arguments]: Likewise. * gnu/packages/patches/enlightenment-fix-setuid-path.patch: Likewise. * gnu/packages/xdisorg.scm (xsecurelock)[description]: Rewrite example code to use the ‘privileged-program(s)’ terminology. * doc/guix-cookbook.texi (Network bridge for QEMU): Likewise. * gnu/packages/disk.scm (udevil)[arguments]: Update a comment. Change-Id: I7f467e8743a3ef556cd89bac41509bf51d9edb30
This commit is contained in:
parent
ed3649bcce
commit
ed4e0b48f1
7 changed files with 30 additions and 26 deletions
|
@ -209,9 +209,9 @@ and write-back caching.")
|
|||
(string-append "--sysconfdir="
|
||||
(assoc-ref %outputs "out")
|
||||
"/etc")
|
||||
;; udevil expects these programs to be run with uid set as root.
|
||||
;; user has to manually add these programs to setuid-programs.
|
||||
;; mount and umount are default setuid-programs in guix system.
|
||||
;; udevil expects these programs to be run with an UID of root.
|
||||
;; mount and umount are %default-privileged-programs on Guix System;
|
||||
;; the others must be explicitly added if desired.
|
||||
"--with-mount-prog=/run/privileged/bin/mount"
|
||||
"--with-umount-prog=/run/privileged/bin/umount"
|
||||
"--with-losetup-prog=/run/privileged/bin/losetup"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue