aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/config.h b/config.h
index 5dcfad6..3347985 100644
--- a/config.h
+++ b/config.h
@@ -244,12 +244,11 @@
/* Vendor of Target System */
/* #undef TARGET_VENDOR */
-/* TODO(b/23651876) Reserve proper unprivileged uid/gid for the helper. */
/* Unprivileged group */
-#define UNPRIV_GROUP "nobody"
+#define UNPRIV_GROUP "tlsdate"
/* Unprivileged user */
-#define UNPRIV_USER "nobody"
+#define UNPRIV_USER "tlsdate"
/* if PolarSSL is enabled */
/* #undef USE_POLARSSL */