Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 003c0723 authored by Marco Nelissen's avatar Marco Nelissen
Browse files

uid for codec process

Change-Id: Iadf8012e6c177bcf487048e1b5a9b4fc51a0aeba
parent 4606c957
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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, },