Home
last modified time | relevance | path

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

/linux-6.15/tools/include/uapi/linux/
H A Dprctl.h176 #define PR_GET_NO_NEW_PRIVS 39 macro
/linux-6.15/include/uapi/linux/
H A Dprctl.h176 #define PR_GET_NO_NEW_PRIVS 39 macro
/linux-6.15/tools/perf/trace/beauty/include/uapi/linux/
H A Dprctl.h176 #define PR_GET_NO_NEW_PRIVS 39 macro
/linux-6.15/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c78 #define PR_GET_NO_NEW_PRIVS 39 macro
415 ret = prctl(PR_GET_NO_NEW_PRIVS, 0, NULL, 0, 0); in TEST()
2660 ret = prctl(PR_GET_NO_NEW_PRIVS, 0, 0, 0, 0); in tsync_sibling()
/linux-6.15/kernel/
H A Dsys.c2641 case PR_GET_NO_NEW_PRIVS: in SYSCALL_DEFINE5()