gnu: services: Update setuid service description.

* gnu/services.scm (setuid-program-service-type)[description]:
Remove ‘root’, add ‘setgid’.
This commit is contained in:
Tobias Geerinckx-Rice 2022-05-29 02:00:10 +02:00
parent 4ac15e44e5
commit 4cb6994790
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -846,7 +846,7 @@ FILES must be a list of name/file-like object pairs."
(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."