diff options
| author | Matt Hunter <m@lfurio.us> | 2026-01-17 17:29:08 -0500 |
|---|---|---|
| committer | Matt Hunter <m@lfurio.us> | 2026-01-17 17:29:08 -0500 |
| commit | 2cfb65439abde79140e729010391f84415de9182 (patch) | |
| tree | 38e97a5e984aba18fdbd1caa873f70b580cd55f6 | |
| parent | 847f0f33c74666268d783f4102f5de8b07f89600 (diff) | |
| download | slock-2cfb65439abde79140e729010391f84415de9182.tar.gz slock-2cfb65439abde79140e729010391f84415de9182.zip | |
Revert "config: Set user and group to 'nobody'"
This reverts commit 4dae913a3f4233cdf805f1db647edcf97d44573a.
| -rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 3420af9..c99dbf5 100644 --- a/config.def.h +++ b/config.def.h @@ -1,6 +1,6 @@ /* user and group to drop privileges to */ static const char *user = "nobody"; -static const char *group = "nobody"; +static const char *group = "nogroup"; static const char *colorname[NUMCOLS] = { [INIT] = "black", /* after initialization */ |
