summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2021-10-03 05:57:41 -0400
committerMatt Hunter <m@lfurio.us>2026-01-17 17:09:53 -0500
commit4dae913a3f4233cdf805f1db647edcf97d44573a (patch)
treeaabf443d44bbdc714e00325a1236c4a24df0184d
parente3fb34364ed2c53b21edde07ac17560a601783a9 (diff)
downloadslock-4dae913a3f4233cdf805f1db647edcf97d44573a.tar.gz
slock-4dae913a3f4233cdf805f1db647edcf97d44573a.zip
config: Set user and group to 'nobody'
'nogroup' is not always found in a Linux system. In particular, it does not exist by default in Arch Linux.
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 9855e21..27cc2d0 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 = "nogroup";
+static const char *group = "nobody";
static const char *colorname[NUMCOLS] = {
[INIT] = "black", /* after initialization */