Searched refs:PR_SET_DUMPABLE (Results 1 - 7 of 7) sorted by relevance

/linux-master/tools/perf/trace/beauty/
H A Dprctl.c67 [PR_SET_DUMPABLE] = all_but2,
/linux-master/include/uapi/linux/
H A Dprctl.h14 #define PR_SET_DUMPABLE 4 macro
/linux-master/tools/include/uapi/linux/
H A Dprctl.h14 #define PR_SET_DUMPABLE 4 macro
/linux-master/tools/testing/selftests/pidfd/
H A Dpidfd_getfd_test.c71 ret = prctl(PR_SET_DUMPABLE, 0);
/linux-master/tools/testing/selftests/safesetid/
H A Dsafesetid-test.c496 // Need PR_SET_DUMPABLE flag set so we can write /proc/[pid]/uid_map
498 if (prctl(PR_SET_DUMPABLE, 1, 0, 0, 0))
/linux-master/tools/testing/selftests/nolibc/
H A Dnolibc-test.c1200 prctl(PR_SET_DUMPABLE, 0, 0, 0, 0);
/linux-master/kernel/
H A Dsys.c2474 case PR_SET_DUMPABLE:

Completed in 194 milliseconds