Merge "New uid for extractor process"
am: a3548a21ca
* commit 'a3548a21caf7feabfbb0937904c9d2c6d9c5a901':
New uid for extractor process
This commit is contained in:
commit
cda3bb5b93
1 changed files with 2 additions and 0 deletions
|
|
@ -81,6 +81,7 @@
|
||||||
#define AID_SHARED_RELRO 1037 /* creator of shared GNU RELRO files */
|
#define AID_SHARED_RELRO 1037 /* creator of shared GNU RELRO files */
|
||||||
#define AID_DBUS 1038 /* dbus-daemon IPC broker process */
|
#define AID_DBUS 1038 /* dbus-daemon IPC broker process */
|
||||||
#define AID_TLSDATE 1039 /* tlsdate unprivileged user */
|
#define AID_TLSDATE 1039 /* tlsdate unprivileged user */
|
||||||
|
#define AID_MEDIA_EX 1040 /* mediaextractor process */
|
||||||
|
|
||||||
#define AID_SHELL 2000 /* adb and debug shell user */
|
#define AID_SHELL 2000 /* adb and debug shell user */
|
||||||
#define AID_CACHE 2001 /* cache access */
|
#define AID_CACHE 2001 /* cache access */
|
||||||
|
|
@ -179,6 +180,7 @@ static const struct android_id_info android_ids[] = {
|
||||||
{ "shared_relro", AID_SHARED_RELRO, },
|
{ "shared_relro", AID_SHARED_RELRO, },
|
||||||
{ "dbus", AID_DBUS, },
|
{ "dbus", AID_DBUS, },
|
||||||
{ "tlsdate", AID_TLSDATE, },
|
{ "tlsdate", AID_TLSDATE, },
|
||||||
|
{ "mediaex", AID_MEDIA_EX, },
|
||||||
|
|
||||||
{ "shell", AID_SHELL, },
|
{ "shell", AID_SHELL, },
|
||||||
{ "cache", AID_CACHE, },
|
{ "cache", AID_CACHE, },
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue