Searched refs:PR_SET_DUMPABLE (Results 1 - 7 of 7) sorted by last modified time

/linux-master/kernel/
H A Dsys.c2480 case PR_SET_DUMPABLE:
/linux-master/include/uapi/linux/
H A Dprctl.h14 #define PR_SET_DUMPABLE 4 macro
/linux-master/tools/testing/selftests/nolibc/
H A Dnolibc-test.c1282 prctl(PR_SET_DUMPABLE, 0, 0, 0, 0);
/linux-master/tools/testing/selftests/pidfd/
H A Dpidfd_getfd_test.c71 ret = prctl(PR_SET_DUMPABLE, 0);
/linux-master/tools/include/uapi/linux/
H A Dprctl.h14 #define PR_SET_DUMPABLE 4 macro
/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/perf/trace/beauty/
H A Dprctl.c67 [PR_SET_DUMPABLE] = all_but2,

Completed in 171 milliseconds