From 37211e1f3df4624498fadb5b4fa508eb706f1077 Mon Sep 17 00:00:00 2001 From: Jorge Lucangeli Obes Date: Fri, 18 Dec 2015 11:17:33 -0800 Subject: [PATCH] Add audioserver UID. (Originally in https://googleplex-android-review.git.corp.google.com/#/c/804752). Change-Id: I31951cad1bbcec58b21559be0d86581ba9187a92 --- include/private/android_filesystem_config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h index a1d253989..d23693889 100644 --- a/include/private/android_filesystem_config.h +++ b/include/private/android_filesystem_config.h @@ -82,6 +82,7 @@ #define AID_DBUS 1038 /* dbus-daemon IPC broker process */ #define AID_TLSDATE 1039 /* tlsdate unprivileged user */ #define AID_MEDIA_EX 1040 /* mediaextractor process */ +#define AID_AUDIOSERVER 1041 /* audioserver process */ #define AID_SHELL 2000 /* adb and debug shell user */ #define AID_CACHE 2001 /* cache access */ @@ -181,6 +182,7 @@ static const struct android_id_info android_ids[] = { { "dbus", AID_DBUS, }, { "tlsdate", AID_TLSDATE, }, { "mediaex", AID_MEDIA_EX, }, + { "audioserver", AID_AUDIOSERVER, }, { "shell", AID_SHELL, }, { "cache", AID_CACHE, },