Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dprctl.h175 #define PR_GET_NO_NEW_PRIVS 39 macro
/linux-4.4.14/tools/testing/selftests/seccomp/
Dseccomp_bpf.c48 #define PR_GET_NO_NEW_PRIVS 39 macro
166 ret = prctl(PR_GET_NO_NEW_PRIVS, 0, NULL, 0, 0); in TEST()
1725 ret = prctl(PR_GET_NO_NEW_PRIVS, 0, 0, 0, 0); in tsync_sibling()
/linux-4.4.14/kernel/
Dsys.c2234 case PR_GET_NO_NEW_PRIVS: in SYSCALL_DEFINE5()