Fix Group Issue

- Change group to nogroup
This commit is contained in:
Sravan Balaji
2020-12-11 10:27:45 -05:00
parent 83262aceaf
commit 4ac21d9719

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