Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Merge "Add a "tlsdate" AID for unprivileged tlsdate execution."
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilad Arnold authored and Gerrit Code Review committed Oct 2, 2015
2 parents 66255db + b5fa889 commit b955f47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/private/android_filesystem_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down Expand Up @@ -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, },
Expand Down

0 comments on commit b955f47

Please sign in to comment.