Merge "android_filesystem_config.h: Add Brillo users." am: 8688dba547

am: a08f35c9fd

* commit 'a08f35c9fdb5863a5a9a4a70cee3efa466def178':
  android_filesystem_config.h: Add Brillo users.
This commit is contained in:
Jorge Lucangeli Obes 2016-01-05 23:05:29 +00:00 committed by android-build-merger
commit e7598b9c53
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, },