Merge "android_filesystem_config.h: Add Brillo users."

This commit is contained in:
Jorge Lucangeli Obes 2016-01-05 22:59:18 +00:00 committed by Gerrit Code Review
commit 8688dba547
1 changed files with 6 additions and 0 deletions

View File

@ -83,6 +83,9 @@
#define AID_TLSDATE 1039 /* tlsdate unprivileged user */
#define AID_MEDIA_EX 1040 /* mediaextractor process */
#define AID_AUDIOSERVER 1041 /* audioserver process */
#define AID_METRICS_COLL 1042 /* metrics_collector process */
#define AID_METRICSD 1043 /* metricsd process */
#define AID_WEBSERV 1044 /* webservd process */
#define AID_SHELL 2000 /* adb and debug shell user */
#define AID_CACHE 2001 /* cache access */
@ -184,6 +187,9 @@ static const struct android_id_info android_ids[] = {
{ "tlsdate", AID_TLSDATE, },
{ "mediaex", AID_MEDIA_EX, },
{ "audioserver", AID_AUDIOSERVER, },
{ "metrics_coll", AID_METRICS_COLL },
{ "metricsd", AID_METRICSD },
{ "webserv", AID_WEBSERV },
{ "shell", AID_SHELL, },
{ "cache", AID_CACHE, },