diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2021-02-12 22:15:07 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2021-02-12 22:30:35 +0100 |
commit | 43283731d372ba21bc5418bd02150671f81ce633 (patch) | |
tree | 6cc61972debebc83dd052bd2243d2f9adf4ef9e6 | |
parent | 681bf10e103b84b278491e6fff88e9d600ada72d (diff) |
Improve user/group documentation.
-rw-r--r-- | lacme.8.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -284,13 +284,13 @@ UNIX-domain socket. *user* : The username to drop privileges to (setting both effective and real - uid). Skip privilege drop if the value is empty. + uid). Skip privilege drop if the value is empty (the default). *group* : The groupname to drop privileges to (setting both effective and real gid, and also setting the list of supplementary gids to that single - group). Skip privilege drop if the value is empty. + group). Skip privilege drop if the value is empty (the default). *command* |