]> git.armaanb.net Git - slock.git/commitdiff
Change default group
authorArmaan Bhojwani <me@armaanb.net>
Tue, 25 May 2021 00:50:17 +0000 (20:50 -0400)
committerArmaan Bhojwani <me@armaanb.net>
Tue, 25 May 2021 00:50:17 +0000 (20:50 -0400)
config.def.h

index e0bf95a290e7669fdaf7f1fed2ca0e8a02953e00..21b6659cd6b002d9480ec7a994069ed0d6a655c5 100644 (file)
@@ -1,6 +1,6 @@
 /* user and group to drop privileges to */
 static const char *user  = "nobody";
 /* 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 */
 
 static const char *colorname[NUMCOLS] = {
        [INIT] =   "black",     /* after initialization */