Home
last modified time | relevance | path

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

/Linux-v4.19/tools/include/uapi/linux/
Dprctl.h176 #define PR_GET_NO_NEW_PRIVS 39 macro
/Linux-v4.19/include/uapi/linux/
Dprctl.h176 #define PR_GET_NO_NEW_PRIVS 39 macro
/Linux-v4.19/tools/testing/selftests/seccomp/
Dseccomp_bpf.c56 #define PR_GET_NO_NEW_PRIVS 39 macro
241 ret = prctl(PR_GET_NO_NEW_PRIVS, 0, NULL, 0, 0); in TEST()
2305 ret = prctl(PR_GET_NO_NEW_PRIVS, 0, 0, 0, 0); in tsync_sibling()
/Linux-v4.19/kernel/
Dsys.c2427 case PR_GET_NO_NEW_PRIVS: in SYSCALL_DEFINE5()