Searched refs:AID_SYSTEM (Results 1 – 10 of 10) sorted by relevance
/system/core/include/private/ |
D | android_filesystem_config.h | 35 #define AID_SYSTEM 1000 /* system server */ macro 102 { "system", AID_SYSTEM, }, 161 { 00770, AID_SYSTEM, AID_CACHE, "cache" }, 162 { 00771, AID_SYSTEM, AID_SYSTEM, "data/app" }, 163 { 00771, AID_SYSTEM, AID_SYSTEM, "data/app-private" }, 164 { 00771, AID_SYSTEM, AID_SYSTEM, "data/dalvik-cache" }, 165 { 00771, AID_SYSTEM, AID_SYSTEM, "data/data" }, 168 { 01771, AID_SYSTEM, AID_MISC, "data/misc" }, 172 { 00771, AID_SYSTEM, AID_SYSTEM, "data" }, 199 { 00644, AID_SYSTEM, AID_SYSTEM, "data/app/*" }, [all …]
|
/system/core/init/ |
D | property_service.c | 77 { "net.", AID_SYSTEM, 0 }, 78 { "dev.", AID_SYSTEM, 0 }, 79 { "runtime.", AID_SYSTEM, 0 }, 80 { "hw.", AID_SYSTEM, 0 }, 81 { "sys.", AID_SYSTEM, 0 }, 82 { "service.", AID_SYSTEM, 0 }, 83 { "wlan.", AID_SYSTEM, 0 }, 85 { "dhcp.", AID_SYSTEM, 0 }, 87 { "debug.", AID_SYSTEM, 0 }, 92 { "persist.sys.", AID_SYSTEM, 0 }, [all …]
|
/system/core/run-as/ |
D | package.c | 93 if ((st.st_uid != AID_SYSTEM) || (st.st_gid != AID_SYSTEM)) { in map_file() 233 if (check_directory_ownership(subpath, AID_SYSTEM) < 0) in check_data_path()
|
/system/core/debuggerd/ |
D | tombstone.c | 678 fchown(*fd, AID_SYSTEM, AID_SYSTEM); in find_and_open_tombstone() 689 fchown(*fd, AID_SYSTEM, AID_SYSTEM); in find_and_open_tombstone() 697 chown(TOMBSTONE_DIR, AID_SYSTEM, AID_SYSTEM); in engrave_tombstone()
|
D | debuggerd.c | 237 || (cr.uid == AID_SYSTEM && msg.action == DEBUGGER_ACTION_DUMP_BACKTRACE)) { in read_request()
|
/system/netd/ |
D | SoftapController.cpp | 195 if (fchown(fd, AID_SYSTEM, AID_WIFI) < 0) { in setSoftap()
|
/system/security/keystore/ |
D | keystore.cpp | 908 encode_key_for_uid(filename, AID_SYSTEM, keyName); in get_key_for_name() 1367 {AID_SYSTEM, ~0, ~0}, 1368 {AID_VPN, AID_SYSTEM, P_GET | P_SIGN | P_VERIFY }, 1369 {AID_WIFI, AID_SYSTEM, P_GET | P_SIGN | P_VERIFY }, 1370 {AID_ROOT, AID_SYSTEM, P_GET},
|
/system/vold/ |
D | VolumeManager.cpp | 434 if (fchown(dirfd, ownerUid, AID_SYSTEM) in createAsec() 571 result |= fchown(fd, AID_SYSTEM, privateFile? gid : AID_SYSTEM); in fixupAsecPermissions()
|
D | Volume.cpp | 429 AID_SYSTEM, gid, 0702, true)) { in mountVol()
|
D | CommandListener.cpp | 545 if ((cli->getUid() != 0) && (cli->getUid() != AID_SYSTEM)) { in runCommand()
|