Searched refs:PR_GET_NO_NEW_PRIVS (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/uapi/linux/
H A Dprctl.h176 #define PR_GET_NO_NEW_PRIVS 39 macro
/linux-master/tools/include/uapi/linux/
H A Dprctl.h176 #define PR_GET_NO_NEW_PRIVS 39 macro
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c71 #define PR_GET_NO_NEW_PRIVS 39 macro
402 ret = prctl(PR_GET_NO_NEW_PRIVS, 0, NULL, 0, 0);
2647 ret = prctl(PR_GET_NO_NEW_PRIVS, 0, 0, 0, 0);
/linux-master/kernel/
H A Dsys.c2614 case PR_GET_NO_NEW_PRIVS:

Completed in 121 milliseconds