Searched refs:PR_GET_NO_NEW_PRIVS (Results 1 – 12 of 12) sorted by relevance
/external/strace/xlat/ |
D | prctl_options.h | 113 #if !(defined(PR_GET_NO_NEW_PRIVS) || (defined(HAVE_DECL_PR_GET_NO_NEW_PRIVS) && HAVE_DECL_PR_GET_N… 114 # define PR_GET_NO_NEW_PRIVS 39 macro 189 XLAT(PR_GET_NO_NEW_PRIVS),
|
D | prctl_options.in | 38 PR_GET_NO_NEW_PRIVS 39
|
/external/libchrome/sandbox/linux/system_headers/ |
D | linux_seccomp.h | 62 #define PR_GET_NO_NEW_PRIVS 39 macro
|
/external/libcap/libcap/include/uapi/linux/ |
D | prctl.h | 148 #define PR_GET_NO_NEW_PRIVS 39 macro
|
/external/kernel-headers/original/uapi/linux/ |
D | prctl.h | 175 #define PR_GET_NO_NEW_PRIVS 39 macro
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 836 #ifdef PR_GET_NO_NEW_PRIVS 837 { "PR_GET_NO_NEW_PRIVS", (unsigned long) PR_GET_NO_NEW_PRIVS },
|
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/ |
D | sigsegv.c | 33 #define PR_GET_NO_NEW_PRIVS 39 macro
|
D | resumption.c | 29 #define PR_GET_NO_NEW_PRIVS 39 macro
|
D | seccomp_bpf_tests.c | 42 #define PR_GET_NO_NEW_PRIVS 39 macro 137 long ret = prctl(PR_GET_NO_NEW_PRIVS, 0, NULL, 0, 0); in TEST()
|
/external/strace/ |
D | prctl.c | 341 case PR_GET_NO_NEW_PRIVS: in SYS_FUNC()
|
/external/seccomp-tests/linux/ |
D | seccomp_bpf.c | 48 #define PR_GET_NO_NEW_PRIVS 39 macro 166 ret = prctl(PR_GET_NO_NEW_PRIVS, 0, NULL, 0, 0); in TEST() 1746 ret = prctl(PR_GET_NO_NEW_PRIVS, 0, 0, 0, 0); in tsync_sibling()
|
/external/linux-kselftest/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 48 #define PR_GET_NO_NEW_PRIVS 39 macro 166 ret = prctl(PR_GET_NO_NEW_PRIVS, 0, NULL, 0, 0); in TEST() 1932 ret = prctl(PR_GET_NO_NEW_PRIVS, 0, 0, 0, 0); in tsync_sibling()
|