Searched refs:AID_SYSTEM (Results 1 – 5 of 5) sorted by relevance
/system/core/include/private/ |
D | android_filesystem_config.h | 35 #define AID_SYSTEM 1000 /* system server */ macro 86 { "system", AID_SYSTEM, }, 136 { 00770, AID_SYSTEM, AID_CACHE, "cache" }, 137 { 00771, AID_SYSTEM, AID_SYSTEM, "data/app" }, 138 { 00771, AID_SYSTEM, AID_SYSTEM, "data/app-private" }, 139 { 00771, AID_SYSTEM, AID_SYSTEM, "data/dalvik-cache" }, 140 { 00771, AID_SYSTEM, AID_SYSTEM, "data/data" }, 143 { 01771, AID_SYSTEM, AID_MISC, "data/misc" }, 145 { 00771, AID_SYSTEM, AID_SYSTEM, "data" }, 173 { 00640, AID_SYSTEM, AID_SYSTEM, "system/etc/bluetooth/auto_pairing.conf" }, [all …]
|
/system/core/init/ |
D | property_service.c | 68 { "net.", AID_SYSTEM, 0 }, 69 { "dev.", AID_SYSTEM, 0 }, 70 { "runtime.", AID_SYSTEM, 0 }, 71 { "hw.", AID_SYSTEM, 0 }, 72 { "sys.", AID_SYSTEM, 0 }, 73 { "service.", AID_SYSTEM, 0 }, 74 { "wlan.", AID_SYSTEM, 0 }, 75 { "dhcp.", AID_SYSTEM, 0 }, 77 { "vpn.", AID_SYSTEM, 0 }, 82 { "persist.sys.", AID_SYSTEM, 0 }, [all …]
|
/system/core/debuggerd/ |
D | debuggerd.c | 541 fchown(fd, AID_SYSTEM, AID_SYSTEM); in find_and_open_tombstone() 548 fchown(fd, AID_SYSTEM, AID_SYSTEM); in find_and_open_tombstone() 598 chown(TOMBSTONE_DIR, AID_SYSTEM, AID_SYSTEM); in engrave_tombstone()
|
/system/core/run-as/ |
D | package.c | 202 if (check_directory_ownership(subpath, AID_SYSTEM) < 0) in check_data_path()
|
/system/core/nexus/ |
D | Supplicant.cpp | 486 if (chown(SUPP_CONFIG_FILE, AID_SYSTEM, AID_WIFI) < 0) { in setupConfig()
|