Searched refs:PR_SET_NO_NEW_PRIVS (Results 1 – 3 of 3) sorted by relevance
/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 58 #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 …]
|
D | seccomp_benchmark.c | 83 ret = prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0); in main()
|
/tools/include/uapi/linux/ |
D | prctl.h | 175 #define PR_SET_NO_NEW_PRIVS 38 macro
|