summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-05-29 02:00:10 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2022-05-29 02:00:19 +0200
commit4cb6994790d1b499bc07f183ac9d7b4fbfc3c9bc (patch)
treef6bfc1eeba7aabe9ef0926a108adbe976291e6d3
parent4ac15e44e54c09693adfcb95fb16938aed1b3160 (diff)
downloadguix-patches-4cb6994790d1b499bc07f183ac9d7b4fbfc3c9bc.tar
guix-patches-4cb6994790d1b499bc07f183ac9d7b4fbfc3c9bc.tar.gz
gnu: services: Update setuid service description.
* gnu/services.scm (setuid-program-service-type)[description]: Remove ‘root’, add ‘setgid’.
-rw-r--r--gnu/services.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/services.scm b/gnu/services.scm
index 6f0f4d5bdc..cc2540ee50 100644
--- a/gnu/services.scm
+++ b/gnu/services.scm
@@ -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."