Home
last modified time | relevance | path

Searched refs:AID_READPROC (Results 1 – 6 of 6) sorted by relevance

/system/core/libcutils/include_vndk/cutils/
Dandroid_filesystem_config.h154 #define AID_READPROC 3009 /* Allow /proc read access */ macro
/system/core/libcutils/include/cutils/
Dandroid_filesystem_config.h154 #define AID_READPROC 3009 /* Allow /proc read access */ macro
/system/core/include/private/
Dandroid_filesystem_config.h154 #define AID_READPROC 3009 /* Allow /proc read access */ macro
/system/core/libcutils/include/private/
Dandroid_filesystem_config.h154 #define AID_READPROC 3009 /* Allow /proc read access */ macro
/system/core/init/
Dfirst_stage_init.cpp197 CHECKCALL(mount("proc", "/proc", "proc", 0, "hidepid=2,gid=" MAKE_STR(AID_READPROC))); in FirstStageMain()
203 gid_t groups[] = {AID_READPROC}; in FirstStageMain()
/system/core/adb/daemon/
Dmain.cpp113 AID_NET_BW_STATS, AID_READPROC, AID_UHID}; in drop_privileges()