Searched refs:AID_READPROC (Results 1 - 8 of 8) sorted by relevance

/system/core/include/cutils/
H A Dandroid_filesystem_config.h152 #define AID_READPROC 3009 /* Allow /proc read access */ macro
/system/core/include/private/
H A Dandroid_filesystem_config.h152 #define AID_READPROC 3009 /* Allow /proc read access */ macro
/system/core/libcutils/include/cutils/
H A Dandroid_filesystem_config.h152 #define AID_READPROC 3009 /* Allow /proc read access */ macro
/system/core/libcutils/include/private/
H A Dandroid_filesystem_config.h152 #define AID_READPROC 3009 /* Allow /proc read access */ macro
/system/core/libcutils/include_vndk/cutils/
H A Dandroid_filesystem_config.h152 #define AID_READPROC 3009 /* Allow /proc read access */ macro
/system/core/adb/daemon/
H A Dmain.cpp110 // AID_READPROC for reading /proc entries across UID boundaries
114 AID_NET_BW_STATS, AID_READPROC, AID_UHID};
/system/core/init/
H A Dinit.cpp581 mount("proc", "/proc", "proc", 0, "hidepid=2,gid=" MAKE_STR(AID_READPROC));
584 gid_t groups[] = { AID_READPROC };
/system/core/logd/
H A Dmain.cpp145 gid_t groups[] = { AID_READPROC };
148 android::prdebug("failed to set AID_READPROC groups");

Completed in 310 milliseconds