Searched refs:AID_SYSTEM (Results 1 – 10 of 10) sorted by relevance
/system/core/include/private/ |
D | android_filesystem_config.h | 42 #define AID_SYSTEM 1000 /* system server */ macro 120 { "system", AID_SYSTEM, }, 196 { 00770, AID_SYSTEM, AID_CACHE, 0, "cache" }, 197 { 00771, AID_SYSTEM, AID_SYSTEM, 0, "data/app" }, 198 { 00771, AID_SYSTEM, AID_SYSTEM, 0, "data/app-private" }, 200 { 00771, AID_SYSTEM, AID_SYSTEM, 0, "data/data" }, 203 { 01771, AID_SYSTEM, AID_MISC, 0, "data/misc" }, 208 { 00771, AID_SYSTEM, AID_SYSTEM, 0, "data" }, 235 { 00644, AID_SYSTEM, AID_SYSTEM, 0, "data/app/*" }, 237 { 00644, AID_SYSTEM, AID_SYSTEM, 0, "data/app-private/*" },
|
/system/core/libprocessgroup/ |
D | processgroup.cpp | 287 ret = chown(path, AID_SYSTEM, AID_SYSTEM); in mkdirAndChown() 304 ret = mkdirAndChown(path, 0750, AID_SYSTEM, AID_SYSTEM); in createProcessGroup() 312 ret = mkdirAndChown(path, 0750, AID_SYSTEM, AID_SYSTEM); in createProcessGroup()
|
/system/core/debuggerd/ |
D | tombstone.cpp | 688 fchown(*fd, AID_SYSTEM, AID_SYSTEM); in find_and_open_tombstone() 704 fchown(*fd, AID_SYSTEM, AID_SYSTEM); in find_and_open_tombstone() 750 if (chown(TOMBSTONE_DIR, AID_SYSTEM, AID_SYSTEM) == -1) { in engrave_tombstone()
|
D | debuggerd.cpp | 180 || (cr.uid == AID_SYSTEM && msg.action == DEBUGGER_ACTION_DUMP_BACKTRACE)) { in read_request()
|
/system/core/logd/ |
D | LogCommand.cpp | 67 if ((gid == AID_ROOT) || (gid == AID_SYSTEM) || (gid == AID_LOG)) { in clientHasLogCredentials()
|
/system/core/run-as/ |
D | package.c | 114 if ((st.st_uid != AID_SYSTEM) || (st.st_gid != AID_PACKAGE_INFO)) { in map_file() 256 if (check_directory_ownership(subpath, AID_SYSTEM) < 0) in check_data_path()
|
/system/netd/server/ |
D | SoftapController.cpp | 184 if (fchown(fd, AID_SYSTEM, AID_WIFI) < 0) { in setSoftap()
|
/system/security/keystore/ |
D | keystore.cpp | 164 {AID_VPN, AID_SYSTEM}, 165 {AID_WIFI, AID_SYSTEM}, 166 {AID_ROOT, AID_SYSTEM}, 196 {AID_SYSTEM, static_cast<perm_t>((uint32_t)(~0)) }, 260 if (get_app_id(uid) == AID_SYSTEM) { in has_permission() 261 uid = AID_SYSTEM; in has_permission() 313 return callingUid == targetUid || callingUid == AID_SYSTEM; in is_self_or_system() 2380 if (callingUid != AID_SYSTEM) { in sync_uid() 2399 if (callingUid != AID_SYSTEM) { in password_uid()
|
/system/vold/ |
D | CommandListener.cpp | 559 if ((cli->getUid() != 0) && (cli->getUid() != AID_SYSTEM)) { in runCommand() 726 if ((cli->getUid() != 0) && (cli->getUid() != AID_SYSTEM)) { in runCommand()
|
D | VolumeManager.cpp | 574 if (fchown(dirfd, ownerUid, AID_SYSTEM) in createAsec() 874 result |= fchown(fd, AID_SYSTEM, privateFile? gid : AID_SYSTEM); in fixupAsecPermissions()
|