diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2024-08-18 02:00:00 +0200 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2024-08-18 02:00:00 +0200 |
| commit | ed4e0b48f16530def08862657301178b5cf00a9a (patch) | |
| tree | 12bcbdb18a09d54bda350c3cb6060e381e539706 /gnu/packages/disk.scm | |
| parent | ed3649bcce1ea0db5385744f9114d4b40d6dce55 (diff) | |
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
Diffstat (limited to 'gnu/packages/disk.scm')
| -rw-r--r-- | gnu/packages/disk.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm index d45da82276f..ec8ea9a94f7 100644 --- a/gnu/packages/disk.scm +++ b/gnu/packages/disk.scm | |||
| @@ -209,9 +209,9 @@ and write-back caching.") | |||
| 209 | (string-append "--sysconfdir=" | 209 | (string-append "--sysconfdir=" |
| 210 | (assoc-ref %outputs "out") | 210 | (assoc-ref %outputs "out") |
| 211 | "/etc") | 211 | "/etc") |
| 212 | ;; udevil expects these programs to be run with uid set as root. | 212 | ;; udevil expects these programs to be run with an UID of root. |
| 213 | ;; user has to manually add these programs to setuid-programs. | 213 | ;; mount and umount are %default-privileged-programs on Guix System; |
| 214 | ;; mount and umount are default setuid-programs in guix system. | 214 | ;; the others must be explicitly added if desired. |
| 215 | "--with-mount-prog=/run/privileged/bin/mount" | 215 | "--with-mount-prog=/run/privileged/bin/mount" |
| 216 | "--with-umount-prog=/run/privileged/bin/umount" | 216 | "--with-umount-prog=/run/privileged/bin/umount" |
| 217 | "--with-losetup-prog=/run/privileged/bin/losetup" | 217 | "--with-losetup-prog=/run/privileged/bin/losetup" |
