Home
last modified time | relevance | path

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

/system/core/libcutils/include_outside_system/cutils/
Dandroid_filesystem_config.h168 #define AID_READPROC 3009 /* Allow /proc read access */ macro
/system/core/libcutils/include/cutils/
Dandroid_filesystem_config.h168 #define AID_READPROC 3009 /* Allow /proc read access */ macro
/system/core/libcutils/include/private/
Dandroid_filesystem_config.h168 #define AID_READPROC 3009 /* Allow /proc read access */ macro
/system/core/init/
Dfirst_stage_init.cpp248 CHECKCALL(mount("proc", "/proc", "proc", 0, "hidepid=2,gid=" MAKE_STR(AID_READPROC))); in FirstStageMain()
258 gid_t groups[] = {AID_READPROC}; in FirstStageMain()