Compare commits

...

1 Commits

Author SHA1 Message Date
0efe8be8be set group to nobody 2020-02-06 15:08:37 +08:00

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