mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: services: Update setuid service description.
* gnu/services.scm (setuid-program-service-type)[description]: Remove ‘root’, add ‘setgid’.
This commit is contained in:
parent
4ac15e44e5
commit
4cb6994790
1 changed files with 1 additions and 1 deletions
|
@ -846,7 +846,7 @@ (define setuid-program-service-type
|
|||
(append config extensions)))
|
||||
(description
|
||||
"Populate @file{/run/setuid-programs} with the specified
|
||||
executables, making them setuid-root.")))
|
||||
executables, making them setuid and/or setgid.")))
|
||||
|
||||
(define (packages->profile-entry packages)
|
||||
"Return a system entry for the profile containing PACKAGES."
|
||||
|
|
Loading…
Reference in a new issue