/device/huawei/angler/ |
android_filesystem_config.h | 34 { 00700, AID_RADIO, AID_SHELL, (1ULL << CAP_BLOCK_SUSPEND), "vendor/bin/qmuxd" }, 35 { 00700, AID_CAMERA, AID_SHELL, (1ULL << CAP_SYS_NICE), "vendor/bin/mm-qcamera-daemon" },
|
/device/lge/bullhead/ |
android_filesystem_config.h | 34 { 00700, AID_RADIO, AID_SHELL, (1ULL << CAP_BLOCK_SUSPEND), "system/bin/qmuxd" }, 35 { 00700, AID_CAMERA, AID_SHELL, (1ULL << CAP_SYS_NICE), "vendor/bin/mm-qcamera-daemon" },
|
/device/moto/shamu/ |
android_filesystem_config.h | 34 { 00700, AID_RADIO, AID_SHELL, (1ULL << CAP_BLOCK_SUSPEND), "system/bin/qmuxd" }, 35 { 00700, AID_CAMERA, AID_SHELL, (1ULL << CAP_SYS_NICE), "system/bin/mm-qcamera-daemon" },
|
/device/google/dragon/ |
android_filesystem_config.h | 34 { 00755, AID_ROOT, AID_SHELL, (1ULL << CAP_BLOCK_SUSPEND), "system/bin/glgps" },
|
/system/core/libcutils/ |
fs_config.c | 85 { 00771, AID_SHELL, AID_SHELL, 0, "data/local/tmp" }, 86 { 00771, AID_SHELL, AID_SHELL, 0, "data/local" }, 92 { 00750, AID_ROOT, AID_SHELL, 0, "data/nativetest" }, 93 { 00750, AID_ROOT, AID_SHELL, 0, "data/nativetest64" }, 97 { 00750, AID_ROOT, AID_SHELL, 0, "sbin" }, 99 { 00755, AID_ROOT, AID_SHELL, 0, "system/bin" }, 100 { 00755, AID_ROOT, AID_SHELL, 0, "system/vendor" }, 101 { 00755, AID_ROOT, AID_SHELL, 0, "system/xbin" } [all...] |
sockets_unix.cpp | 42 if ((cr.uid != AID_ROOT) && (cr.uid != AID_SHELL)) {
|
/system/core/include/private/ |
android_filesystem_config.h | 93 #define AID_SHELL 2000 /* adb and debug shell user */ 200 { "shell", AID_SHELL, },
|
/frameworks/native/services/inputflinger/host/ |
InputFlinger.cpp | 55 if ((uid != AID_SHELL)
|
/system/core/adb/daemon/ |
main.cpp | 136 minijail_change_gid(jail.get(), AID_SHELL); 137 minijail_change_uid(jail.get(), AID_SHELL);
|
/system/core/healthd/ |
BatteryPropertiesRegistrar.cpp | 84 if ((uid != AID_SHELL) &&
|
/system/extras/su/ |
su.c | 85 if (current_uid != AID_ROOT && current_uid != AID_SHELL) error(1, 0, "not allowed");
|
/frameworks/native/cmds/dumpstate/ |
dumpstate.cpp | [all...] |
utils.cpp | 818 if (getgid() == AID_SHELL && getuid() == AID_SHELL) { 834 if (setgid(AID_SHELL) != 0) { 838 if (setuid(AID_SHELL) != 0) { 965 } else if (chown(path, AID_SHELL, AID_SHELL)) { [all...] |
/system/vold/ |
PrivateVolume.cpp | 165 PrepareDir(mPath + "/local/tmp", 0771, AID_SHELL, AID_SHELL)) {
|
/system/core/run-as/ |
run-as.c | 126 if (myuid != AID_SHELL && myuid != AID_ROOT) {
|
/frameworks/native/libs/gui/ |
BufferQueueConsumer.cpp | 724 if ((uid != AID_SHELL)
|
/external/dhcpcd-6.8.2/ |
dhcpcd.c | [all...] |
/frameworks/native/services/surfaceflinger/ |
SurfaceFlinger.cpp | [all...] |
SurfaceFlinger_hwc1.cpp | [all...] |