aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.h b/config.h
index dc2838c..edb70d0 100644
--- a/config.h
+++ b/config.h
@@ -244,12 +244,12 @@
/* Vendor of Target System */
/* #undef TARGET_VENDOR */
-/* TODO Reserve proper unprivileged uid/gid for the helper. */
+/* TODO(b/23651876) Reserve proper unprivileged uid/gid for the helper. */
/* Unprivileged group */
-#define UNPRIV_GROUP "nobody"
+#define UNPRIV_GROUP "inet"
/* Unprivileged user */
-#define UNPRIV_USER "nobody"
+#define UNPRIV_USER "inet"
/* if PolarSSL is enabled */
/* #undef USE_POLARSSL */