Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/linux/
H A Dprctl.h176 #define PR_GET_NO_NEW_PRIVS 39 macro
/openbmc/linux/include/uapi/linux/
H A Dprctl.h176 #define PR_GET_NO_NEW_PRIVS 39 macro
/openbmc/linux/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); in TEST()
2647 ret = prctl(PR_GET_NO_NEW_PRIVS, 0, 0, 0, 0); in tsync_sibling()
/openbmc/linux/kernel/
H A Dsys.c2601 case PR_GET_NO_NEW_PRIVS: in SYSCALL_DEFINE5()
/openbmc/qemu/linux-user/
H A Dsyscall.c6449 case PR_GET_NO_NEW_PRIVS: in do_prctl()