aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilad Arnold <garnold@google.com>2015-08-27 12:30:25 -0700
committerGilad Arnold <garnold@google.com>2015-08-27 12:30:25 -0700
commitc31964b2951090a14d1135e4738fe724e6136403 (patch)
tree68bb2a8585ff9852e2c1116ed3cccc12c0bd7f90
parent4def35436a9e7d8531fb29b1e6e8c511cf556822 (diff)
downloadtlsdate-c31964b2951090a14d1135e4738fe724e6136403.tar.gz
Use a group name that actually exists.
Bug: 22373707 Change-Id: I14df7d3b385114f77a6577ddaf3a903307af0f0f
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index fa84461..dc2838c 100644
--- a/config.h
+++ b/config.h
@@ -246,7 +246,7 @@
/* TODO Reserve proper unprivileged uid/gid for the helper. */
/* Unprivileged group */
-#define UNPRIV_GROUP "nogroup"
+#define UNPRIV_GROUP "nobody"
/* Unprivileged user */
#define UNPRIV_USER "nobody"