Searched refs:AID_ROOT (Results 1 - 7 of 7) sorted by relevance

/system/core/include/private/
H A Dandroid_filesystem_config.h33 #define AID_ROOT 0 /* traditional unix root user */ macro
101 { "root", AID_ROOT, },
173 { 00750, AID_ROOT, AID_SHELL, "sbin" },
174 { 00755, AID_ROOT, AID_SHELL, "system/bin" },
175 { 00755, AID_ROOT, AID_SHELL, "system/vendor" },
176 { 00755, AID_ROOT, AID_SHELL, "system/xbin" },
177 { 00755, AID_ROOT, AID_ROOT, "system/etc/ppp" },
178 { 00777, AID_ROOT, AID_ROOT, "sdcar
[all...]
/system/core/libcutils/
H A Dsockets.c37 if ((cr.uid != AID_ROOT) && (cr.uid != AID_SHELL)) {
/system/extras/su/
H A Dsu.c49 if (myuid != AID_ROOT && myuid != AID_SHELL) {
/system/core/run-as/
H A Drun-as.c114 if (myuid != AID_SHELL && myuid != AID_ROOT) {
/system/core/init/
H A Dproperty_service.c257 * AID_SYSTEM and AID_ROOT are always allowed.
264 if (uid == AID_SYSTEM || uid == AID_ROOT)
H A Ddevices.c216 setegid(AID_ROOT);
/system/security/keystore/
H A Dkeystore.cpp1370 {AID_ROOT, AID_SYSTEM, P_GET},

Completed in 1583 milliseconds