summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMarco Nelissen <marcone@google.com>2016-01-20 11:56:08 -0800
committerMarco Nelissen <marcone@google.com>2016-01-25 07:49:39 -0800
commit003c07238abe9edf0c041301f8e86c5a186009b0 (patch)
tree7b5d2d71d4fd5309c24e3915496bbee40e5ae202 /include
parent4606c9576019ac419b7abd83eb3a7dcd1f16df81 (diff)
downloadsystem_core-003c07238abe9edf0c041301f8e86c5a186009b0.tar.gz
system_core-003c07238abe9edf0c041301f8e86c5a186009b0.tar.bz2
system_core-003c07238abe9edf0c041301f8e86c5a186009b0.zip
uid for codec process
Change-Id: Iadf8012e6c177bcf487048e1b5a9b4fc51a0aeba
Diffstat (limited to 'include')
-rw-r--r--include/private/android_filesystem_config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h
index 9876e346b..85d6c1931 100644
--- a/include/private/android_filesystem_config.h
+++ b/include/private/android_filesystem_config.h
@@ -87,6 +87,7 @@
#define AID_METRICSD 1043 /* metricsd process */
#define AID_WEBSERV 1044 /* webservd process */
#define AID_DEBUGGERD 1045 /* debuggerd unprivileged user */
+#define AID_MEDIA_CODEC 1046 /* mediacodec process */
#define AID_SHELL 2000 /* adb and debug shell user */
#define AID_CACHE 2001 /* cache access */
@@ -192,6 +193,7 @@ static const struct android_id_info android_ids[] = {
{ "metricsd", AID_METRICSD },
{ "webserv", AID_WEBSERV },
{ "debuggerd", AID_DEBUGGERD, },
+ { "mediacodec", AID_MEDIA_CODEC, },
{ "shell", AID_SHELL, },
{ "cache", AID_CACHE, },