summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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."