HomeSort by relevance Sort by last modified time
    Searched refs:AID_ROOT (Results 1 - 9 of 9) sorted by null

  /system/core/include/private/
android_filesystem_config.h 40 #define AID_ROOT 0 /* traditional unix root user */
111 { "root", AID_ROOT, },
187 { 00750, AID_ROOT, AID_SHELL, 0, "sbin" },
188 { 00755, AID_ROOT, AID_SHELL, 0, "system/bin" },
189 { 00755, AID_ROOT, AID_SHELL, 0, "system/vendor" },
190 { 00755, AID_ROOT, AID_SHELL, 0, "system/xbin" },
191 { 00755, AID_ROOT, AID_ROOT, 0, "system/etc/ppp" },
192 { 00755, AID_ROOT, AID_SHELL, 0, "vendor" },
193 { 00777, AID_ROOT, AID_ROOT, 0, "sdcard" }
    [all...]
  /system/core/libcutils/
sockets.c 37 if ((cr.uid != AID_ROOT) && (cr.uid != AID_SHELL)) {
  /system/core/run-as/
run-as.c 115 if (myuid != AID_SHELL && myuid != AID_ROOT) {
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_transport.cpp 81 if (cr.uid != AID_SHELL && cr.uid != AID_ROOT) {
  /system/extras/su/
su.c 110 if (myuid != AID_ROOT && myuid != AID_SHELL) {
  /system/core/init/
property_service.c 245 * AID_SYSTEM and AID_ROOT are always allowed.
252 if (uid == AID_SYSTEM || uid == AID_ROOT)
devices.c 211 setegid(AID_ROOT);
  /frameworks/native/cmds/rawbu/
backup.cpp 657 if (getuid() != AID_ROOT) {
  /system/security/keystore/
keystore.cpp 150 {AID_ROOT, AID_SYSTEM},
160 {AID_ROOT, static_cast<perm_t>(P_GET) },
    [all...]

Completed in 142 milliseconds