set group to nobody

This commit is contained in:
Klesh Wong 2020-02-06 15:08:37 +08:00
parent 35633d4567
commit 0efe8be8be

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