diff options
author | Gilad Arnold <garnold@google.com> | 2015-10-02 07:17:21 -0700 |
---|---|---|
committer | Gilad Arnold <garnold@google.com> | 2015-10-02 08:42:43 -0700 |
commit | b5fa88955c0ea0c5b8ec059c787ca36dc64cd4ec (patch) | |
tree | 6f82006b0ba836c85f6d8eb276853647a069a0f3 /include/private/android_filesystem_config.h | |
parent | c6c6ab50bc11d55f3135312ceccbcf0c400b437e (diff) |
Add a "tlsdate" AID for unprivileged tlsdate execution.
Bug: 23651876
Change-Id: I7ab1bccdcd2434c4af663a1afb9fe9ad124c4428
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 3e8d62af3..967e6677c 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, }, |