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 33 #define AID_ROOT 0 /* traditional unix root user */
97 { "root", AID_ROOT, },
168 { 00750, AID_ROOT, AID_SHELL, "sbin" },
169 { 00755, AID_ROOT, AID_SHELL, "system/bin" },
170 { 00755, AID_ROOT, AID_SHELL, "system/vendor" },
171 { 00755, AID_ROOT, AID_SHELL, "system/xbin" },
172 { 00755, AID_ROOT, AID_ROOT, "system/etc/ppp" },
173 { 00777, AID_ROOT, AID_ROOT, "sdcard" }
    [all...]
  /system/core/libcutils/
sockets.c 37 if ((cr.uid != AID_ROOT) && (cr.uid != AID_SHELL)) {
  /system/extras/su/
su.c 49 if (myuid != AID_ROOT && myuid != AID_SHELL) {
  /system/core/run-as/
run-as.c 114 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/core/init/
property_service.c 196 * AID_SYSTEM and AID_ROOT are always allowed.
202 if (uid == AID_SYSTEM || uid == AID_ROOT)
devices.c 214 setegid(AID_ROOT);
  /frameworks/base/cmds/rawbu/
backup.cpp 657 if (getuid() != AID_ROOT) {
  /system/security/keystore/
keystore.cpp     [all...]

Completed in 391 milliseconds