From 2cfb65439abde79140e729010391f84415de9182 Mon Sep 17 00:00:00 2001 From: Matt Hunter Date: Sat, 17 Jan 2026 17:29:08 -0500 Subject: Revert "config: Set user and group to 'nobody'" This reverts commit 4dae913a3f4233cdf805f1db647edcf97d44573a. --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit v1.2.3