diff options
author | Gilad Arnold <garnold@google.com> | 2015-10-02 18:41:05 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-10-02 18:41:05 +0000 |
commit | 65475f8cc8d8442ee1c6170aa45ff71928f3c809 (patch) | |
tree | 488a545e27a077d81ded9c85485a4e6349a45e97 /include/private/android_filesystem_config.h | |
parent | 3fd57f26c199c1bc999ac18374be5c633e87ec76 (diff) | |
parent | b955f476d3b11da9378d5eedfc569711f625e1ba (diff) |
am b955f476: Merge "Add a "tlsdate" AID for unprivileged tlsdate execution."
* commit 'b955f476d3b11da9378d5eedfc569711f625e1ba':
Add a "tlsdate" AID for unprivileged tlsdate execution.
Diffstat (limited to 'include/private/android_filesystem_config.h')
-rw-r--r-- | include/private/android_filesystem_config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h index a5e91c6d5..c7eb34b01 100644 --- a/include/private/android_filesystem_config.h +++ b/include/private/android_filesystem_config.h @@ -80,6 +80,7 @@ #define AID_LOGD 1036 /* log daemon */ #define AID_SHARED_RELRO 1037 /* creator of shared GNU RELRO files */ #define AID_DBUS 1038 /* dbus-daemon IPC broker process */ +#define AID_TLSDATE 1039 /* tlsdate unprivileged user */ #define AID_SHELL 2000 /* adb and debug shell user */ #define AID_CACHE 2001 /* cache access */ @@ -176,6 +177,7 @@ static const struct android_id_info android_ids[] = { { "logd", AID_LOGD, }, { "shared_relro", AID_SHARED_RELRO, }, { "dbus", AID_DBUS, }, + { "tlsdate", AID_TLSDATE, }, { "shell", AID_SHELL, }, { "cache", AID_CACHE, }, |