Change group from nogroup to nobody

To work on Arch Linux
This commit is contained in:
Khue Doan 2019-06-09 18:53:19 +07:00
parent bda49f0c0a
commit b2f5b85fc4
1 changed files with 1 additions and 1 deletions

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