/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/ |
D | seccomp_bpf_tests.c | 32 #ifndef PR_SET_NO_NEW_PRIVS 33 #define PR_SET_NO_NEW_PRIVS 38 macro 102 long ret = prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0); in TEST() 110 long ret = prctl(PR_SET_NO_NEW_PRIVS, 1, NULL, 0, 0); in TEST() 154 long ret = prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0); in TEST() 175 long ret = prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0); in TEST() 190 long ret = prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0); in TEST() 207 long ret = prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0); in TEST_SIGNAL() 227 long ret = prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0); in TEST_SIGNAL() 246 long ret = prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0); in TEST_SIGNAL() [all …]
|
D | sigsegv.c | 31 #ifndef PR_SET_NO_NEW_PRIVS 32 #define PR_SET_NO_NEW_PRIVS 38 macro 173 ret = prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0); in TEST_F_SIGNAL()
|
D | resumption.c | 27 #ifndef PR_SET_NO_NEW_PRIVS 28 #define PR_SET_NO_NEW_PRIVS 38 macro 200 ret = prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0); in TEST_F()
|
/external/linux-kselftest/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 56 #ifndef PR_SET_NO_NEW_PRIVS 57 #define PR_SET_NO_NEW_PRIVS 38 macro 210 ret = prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0); in TEST() 221 ret = prctl(PR_SET_NO_NEW_PRIVS, 1, NULL, 0, 0); in TEST() 278 ret = prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0); in TEST() 315 ret = prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0); in TEST() 349 ret = prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0); in TEST() 372 ret = prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0); in TEST() 397 ret = prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0); in TEST() 414 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()
|
/external/seccomp-tests/linux/ |
D | seccomp_bpf.c | 46 #ifndef PR_SET_NO_NEW_PRIVS 47 #define PR_SET_NO_NEW_PRIVS 38 macro 133 ret = prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0); in TEST() 144 ret = prctl(PR_SET_NO_NEW_PRIVS, 1, NULL, 0, 0); in TEST() 201 ret = prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0); in TEST() 238 ret = prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0); in TEST() 272 ret = prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0); in TEST() 295 ret = prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0); in TEST() 320 ret = prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0); in TEST() 337 ret = prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0); in TEST() [all …]
|
/external/strace/xlat/ |
D | prctl_options.h | 258 #if defined(PR_SET_NO_NEW_PRIVS) || (defined(HAVE_DECL_PR_SET_NO_NEW_PRIVS) && HAVE_DECL_PR_SET_NO_… 260 static_assert((PR_SET_NO_NEW_PRIVS) == (38), "PR_SET_NO_NEW_PRIVS != 38"); 263 # define PR_SET_NO_NEW_PRIVS 38 410 XLAT(PR_SET_NO_NEW_PRIVS),
|
D | prctl_options.in | 37 PR_SET_NO_NEW_PRIVS 38
|
/external/strace/tests/ |
D | prctl-seccomp-filter-v.c | 47 && defined PR_SET_NO_NEW_PRIVS \ 128 if (prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0)) in main()
|
D | seccomp-filter-v.c | 48 && defined PR_SET_NO_NEW_PRIVS \ 108 if (prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0)) in main()
|
/external/strace/tests-mx32/ |
D | prctl-seccomp-filter-v.c | 47 && defined PR_SET_NO_NEW_PRIVS \ 128 if (prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0)) in main()
|
D | seccomp-filter-v.c | 48 && defined PR_SET_NO_NEW_PRIVS \ 108 if (prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0)) in main()
|
/external/strace/tests-m32/ |
D | prctl-seccomp-filter-v.c | 47 && defined PR_SET_NO_NEW_PRIVS \ 128 if (prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0)) in main()
|
D | seccomp-filter-v.c | 48 && defined PR_SET_NO_NEW_PRIVS \ 108 if (prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0)) in main()
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
D | read_binary_name_regtest.c | 30 prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0); in main()
|
/external/libcap/libcap/include/uapi/linux/ |
D | prctl.h | 147 #define PR_SET_NO_NEW_PRIVS 38 macro
|
/external/libchrome/base/process/ |
D | launch_posix.cc | 481 #ifndef PR_SET_NO_NEW_PRIVS in LaunchProcess() 482 #define PR_SET_NO_NEW_PRIVS 38 in LaunchProcess() macro 485 if (prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0) && errno != EINVAL) { in LaunchProcess()
|
/external/kernel-headers/original/uapi/linux/ |
D | prctl.h | 175 #define PR_SET_NO_NEW_PRIVS 38 macro
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 947 #ifdef PR_SET_NO_NEW_PRIVS 948 { "PR_SET_NO_NEW_PRIVS", (unsigned long) PR_SET_NO_NEW_PRIVS },
|
/external/openssh/ |
D | sandbox-seccomp-filter.c | 330 if (prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0) == -1) { in ssh_sandbox_child()
|
/external/strace/ |
D | prctl.c | 387 case PR_SET_NO_NEW_PRIVS: in SYS_FUNC()
|
/external/syzkaller/sys/linux/ |
D | sys_386.const | 424 PR_SET_NO_NEW_PRIVS = 38
|
D | sys_amd64.const | 424 PR_SET_NO_NEW_PRIVS = 38
|
D | sys_arm.const | 424 PR_SET_NO_NEW_PRIVS = 38
|
D | sys_ppc64le.const | 424 PR_SET_NO_NEW_PRIVS = 38
|