aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilad Arnold <garnold@google.com>2015-10-02 18:52:16 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-10-02 18:52:16 +0000
commit1ade1ff2fc357c922d9fbd67006dbd7137ed6e36 (patch)
treefb68b7d0cf119b7ca6ac55979a1585792e10ef55
parent5018eda71e4b3294928013d87163575479be9473 (diff)
parente690a81d99d4c1c88abf235b306ead73bbfaa012 (diff)
downloadtlsdate-1ade1ff2fc357c922d9fbd67006dbd7137ed6e36.tar.gz
am e690a81d: Use a dedicated UID/GID for unprivileged execution.
* commit 'e690a81d99d4c1c88abf235b306ead73bbfaa012': Use a dedicated UID/GID for unprivileged execution.
-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 */