Home
last modified time | relevance | path

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

/linux/tools/include/uapi/linux/
H A Dprctl.h176 #define PR_GET_NO_NEW_PRIVS 39 macro
/linux/include/uapi/linux/
H A Dprctl.h176 #define PR_GET_NO_NEW_PRIVS 39 macro
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dprctl.h176 #define PR_GET_NO_NEW_PRIVS 39 macro
/linux/tools/testing/selftests/landlock/
H A Dtsync_test.c52 *nnp = prctl(PR_GET_NO_NEW_PRIVS, 0, 0, 0, 0); in store_no_new_privs()
/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c87 #define PR_GET_NO_NEW_PRIVS 39 macro
424 ret = prctl(PR_GET_NO_NEW_PRIVS, 0, NULL, 0, 0); in TEST()
2663 ret = prctl(PR_GET_NO_NEW_PRIVS, 0, 0, 0, 0); in tsync_sibling()
/linux/kernel/
H A Dsys.c2711 case PR_GET_NO_NEW_PRIVS: in SYSCALL_DEFINE5()