Home
last modified time | relevance | path

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

/tools/testing/selftests/seccomp/
Dseccomp_bpf.c58 #ifndef PR_SET_NO_NEW_PRIVS
59 #define PR_SET_NO_NEW_PRIVS 38 macro
259 ret = prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0); in TEST()
270 ret = prctl(PR_SET_NO_NEW_PRIVS, 1, NULL, 0, 0); in TEST()
327 ret = prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0); in TEST()
364 ret = prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0); in TEST()
398 ret = prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0); in TEST()
421 ret = prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0); in TEST()
446 ret = prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0); in TEST()
463 ret = prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0); in TEST()
[all …]
Dseccomp_benchmark.c83 ret = prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0); in main()
/tools/include/uapi/linux/
Dprctl.h175 #define PR_SET_NO_NEW_PRIVS 38 macro