Changed nogroup group to nobody

This commit is contained in:
Cristian Ditaputratama 2024-09-07 21:55:56 +07:00
parent f8292d1580
commit 2853f4fd07
Signed by: ditatompel
GPG key ID: 31D3D06D77950979

View file

@ -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 */