Searched defs:PR_SET_PTRACER (Results 1 - 12 of 12) sorted by relevance

/external/autotest/client/site_tests/security_ptraceRestrictions/src/
H A Dsleeper.c25 #ifndef PR_SET_PTRACER
26 # define PR_SET_PTRACER 0x59616d61 macro
44 if (prctl(PR_SET_PTRACER, pid, 0, 0, 0)) {
H A Dthread-prctl.c23 #ifndef PR_SET_PTRACER
24 # define PR_SET_PTRACER 0x59616d61 macro
55 ret = prctl (PR_SET_PTRACER, tracer, 0, 0, 0);
138 /* Handle setting PR_SET_PTRACER. */
141 ret = prctl (PR_SET_PTRACER, tracer, 0, 0, 0);
/external/libchrome/sandbox/linux/services/
H A Dyama.cc24 #if !defined(PR_SET_PTRACER)
25 #define PR_SET_PTRACER 0x59616d61 macro
42 const int ret = prctl(PR_SET_PTRACER, set_ptracer_arg);
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
H A Dsyscall_parameters_restrictions.cc50 #ifndef PR_SET_PTRACER
51 #define PR_SET_PTRACER 0x59616d61 macro
150 // Will need to add seccomp compositing in the future. PR_SET_PTRACER is
156 , PR_SET_VMA, PR_SET_PTRACER
/external/google-breakpad/src/client/linux/minidump_writer/
H A Dlinux_ptrace_dumper_unittest.cc61 #ifndef PR_SET_PTRACER
62 #define PR_SET_PTRACER 0x59616d61 macro
77 prctl(PR_SET_PTRACER, child_pid_);
/external/strace/xlat/
H A Dprctl_options.h101 #if !(defined(PR_SET_PTRACER) || (defined(HAVE_DECL_PR_SET_PTRACER) && HAVE_DECL_PR_SET_PTRACER))
102 # define PR_SET_PTRACER 0x59616d61 macro
185 XLAT(PR_SET_PTRACER),
/external/libcap/libcap/include/uapi/linux/
H A Dprctl.h127 #define PR_SET_PTRACER 0x59616d61 macro
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
H A Dseccomp_bpf_tests.c36 #ifndef PR_SET_PTRACER
37 # define PR_SET_PTRACER 0x59616d61 macro
868 prctl(PR_SET_PTRACER, self->tracer, 0, 0, 0);
/external/google-breakpad/src/client/linux/handler/
H A Dexception_handler.cc104 #ifndef PR_SET_PTRACER
105 #define PR_SET_PTRACER 0x59616d61 macro
517 sys_prctl(PR_SET_PTRACER, child, 0, 0, 0);
/external/kernel-headers/original/uapi/linux/
H A Dprctl.h154 #define PR_SET_PTRACER 0x59616d61 macro
/external/linux-kselftest/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c42 #ifndef PR_SET_PTRACER
43 # define PR_SET_PTRACER 0x59616d61 macro
1108 prctl(PR_SET_PTRACER, tracer_pid, 0, 0, 0);
/external/seccomp-tests/linux/
H A Dseccomp_bpf.c42 #ifndef PR_SET_PTRACER
43 # define PR_SET_PTRACER 0x59616d61 macro
1102 prctl(PR_SET_PTRACER, tracer_pid, 0, 0, 0);

Completed in 793 milliseconds