diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-05-29 02:00:10 +0200 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-05-29 02:00:19 +0200 |
| commit | 4cb6994790d1b499bc07f183ac9d7b4fbfc3c9bc (patch) | |
| tree | f6bfc1eeba7aabe9ef0926a108adbe976291e6d3 /gnu/services.scm | |
| parent | 4ac15e44e54c09693adfcb95fb16938aed1b3160 (diff) | |
gnu: services: Update setuid service description.
* gnu/services.scm (setuid-program-service-type)[description]:
Remove ‘root’, add ‘setgid’.
Diffstat (limited to 'gnu/services.scm')
| -rw-r--r-- | gnu/services.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/services.scm b/gnu/services.scm index 6f0f4d5bdc2..cc2540ee50d 100644 --- a/gnu/services.scm +++ b/gnu/services.scm | |||
| @@ -846,7 +846,7 @@ FILES must be a list of name/file-like object pairs." | |||
| 846 | (append config extensions))) | 846 | (append config extensions))) |
| 847 | (description | 847 | (description |
| 848 | "Populate @file{/run/setuid-programs} with the specified | 848 | "Populate @file{/run/setuid-programs} with the specified |
| 849 | executables, making them setuid-root."))) | 849 | executables, making them setuid and/or setgid."))) |
| 850 | 850 | ||
| 851 | (define (packages->profile-entry packages) | 851 | (define (packages->profile-entry packages) |
| 852 | "Return a system entry for the profile containing PACKAGES." | 852 | "Return a system entry for the profile containing PACKAGES." |
