Loading include/private/android_filesystem_config.h +4 −0 Original line number Original line Diff line number Diff line Loading @@ -92,6 +92,8 @@ #define AID_FIREWALL 1048 /* firewalld process */ #define AID_FIREWALL 1048 /* firewalld process */ #define AID_TRUNKS 1049 /* trunksd process (TPM daemon) */ #define AID_TRUNKS 1049 /* trunksd process (TPM daemon) */ #define AID_NVRAM 1050 /* Access-controlled NVRAM */ #define AID_NVRAM 1050 /* Access-controlled NVRAM */ #define AID_DNS 1051 /* DNS resolution daemon (system: netd) */ #define AID_DNS_TETHER 1052 /* DNS resolution daemon (tether: dnsmasq) */ /* Changes to this file must be made in AOSP, *not* in internal branches. */ /* Changes to this file must be made in AOSP, *not* in internal branches. */ #define AID_SHELL 2000 /* adb and debug shell user */ #define AID_SHELL 2000 /* adb and debug shell user */ Loading Loading @@ -203,6 +205,8 @@ static const struct android_id_info android_ids[] = { { "firewall", AID_FIREWALL, }, { "firewall", AID_FIREWALL, }, { "trunks", AID_TRUNKS, }, { "trunks", AID_TRUNKS, }, { "nvram", AID_NVRAM, }, { "nvram", AID_NVRAM, }, { "dns", AID_DNS, }, { "dns_tether", AID_DNS_TETHER, }, { "shell", AID_SHELL, }, { "shell", AID_SHELL, }, { "cache", AID_CACHE, }, { "cache", AID_CACHE, }, Loading Loading
include/private/android_filesystem_config.h +4 −0 Original line number Original line Diff line number Diff line Loading @@ -92,6 +92,8 @@ #define AID_FIREWALL 1048 /* firewalld process */ #define AID_FIREWALL 1048 /* firewalld process */ #define AID_TRUNKS 1049 /* trunksd process (TPM daemon) */ #define AID_TRUNKS 1049 /* trunksd process (TPM daemon) */ #define AID_NVRAM 1050 /* Access-controlled NVRAM */ #define AID_NVRAM 1050 /* Access-controlled NVRAM */ #define AID_DNS 1051 /* DNS resolution daemon (system: netd) */ #define AID_DNS_TETHER 1052 /* DNS resolution daemon (tether: dnsmasq) */ /* Changes to this file must be made in AOSP, *not* in internal branches. */ /* Changes to this file must be made in AOSP, *not* in internal branches. */ #define AID_SHELL 2000 /* adb and debug shell user */ #define AID_SHELL 2000 /* adb and debug shell user */ Loading Loading @@ -203,6 +205,8 @@ static const struct android_id_info android_ids[] = { { "firewall", AID_FIREWALL, }, { "firewall", AID_FIREWALL, }, { "trunks", AID_TRUNKS, }, { "trunks", AID_TRUNKS, }, { "nvram", AID_NVRAM, }, { "nvram", AID_NVRAM, }, { "dns", AID_DNS, }, { "dns_tether", AID_DNS_TETHER, }, { "shell", AID_SHELL, }, { "shell", AID_SHELL, }, { "cache", AID_CACHE, }, { "cache", AID_CACHE, }, Loading