Loading include/private/android_filesystem_config.h +4 −0 Original line number Diff line number Diff line Loading @@ -89,6 +89,8 @@ #define AID_DEBUGGERD 1045 /* debuggerd unprivileged user */ #define AID_MEDIA_CODEC 1046 /* mediacodec process */ #define AID_CAMERASERVER 1047 /* cameraserver process */ #define AID_FIREWALL 1048 /* firewalld process */ #define AID_TRUNKS 1049 /* trunksd process (TPM daemon) */ #define AID_SHELL 2000 /* adb and debug shell user */ #define AID_CACHE 2001 /* cache access */ Loading Loading @@ -196,6 +198,8 @@ static const struct android_id_info android_ids[] = { { "debuggerd", AID_DEBUGGERD, }, { "mediacodec", AID_MEDIA_CODEC, }, { "cameraserver", AID_CAMERASERVER, }, { "firewall", AID_FIREWALL, }, { "trunks", AID_TRUNKS, }, { "shell", AID_SHELL, }, { "cache", AID_CACHE, }, Loading Loading
include/private/android_filesystem_config.h +4 −0 Original line number Diff line number Diff line Loading @@ -89,6 +89,8 @@ #define AID_DEBUGGERD 1045 /* debuggerd unprivileged user */ #define AID_MEDIA_CODEC 1046 /* mediacodec process */ #define AID_CAMERASERVER 1047 /* cameraserver process */ #define AID_FIREWALL 1048 /* firewalld process */ #define AID_TRUNKS 1049 /* trunksd process (TPM daemon) */ #define AID_SHELL 2000 /* adb and debug shell user */ #define AID_CACHE 2001 /* cache access */ Loading Loading @@ -196,6 +198,8 @@ static const struct android_id_info android_ids[] = { { "debuggerd", AID_DEBUGGERD, }, { "mediacodec", AID_MEDIA_CODEC, }, { "cameraserver", AID_CAMERASERVER, }, { "firewall", AID_FIREWALL, }, { "trunks", AID_TRUNKS, }, { "shell", AID_SHELL, }, { "cache", AID_CACHE, }, Loading