Searched refs:PTRACE_TRACEME (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/Documentation/security/ |
D | Yama.txt | 52 prctl(PR_SET_DUMPABLE...) already). Similarly, PTRACE_TRACEME is 61 Using PTRACE_TRACEME is unchanged. 64 with PTRACE_ATTACH, or through children calling PTRACE_TRACEME. 67 PTRACE_TRACEME. Once set, this sysctl value cannot be changed.
|
/linux-4.4.14/arch/um/kernel/skas/ |
D | clone.c | 35 err = stub_syscall4(__NR_ptrace, PTRACE_TRACEME, 0, 0, 0); in stub_clone_handler()
|
/linux-4.4.14/include/uapi/linux/ |
D | ptrace.h | 10 #define PTRACE_TRACEME 0 macro
|
/linux-4.4.14/tools/testing/selftests/x86/ |
D | test_syscall_vdso.c | 351 if (ptrace(PTRACE_TRACEME, 0L, 0L, 0L) != 0) in ptrace_me()
|
D | ptrace_syscall.c | 170 if (ptrace(PTRACE_TRACEME, 0, 0, 0) != 0) in test_ptrace_syscall_restart()
|
/linux-4.4.14/tools/testing/selftests/breakpoints/ |
D | breakpoint_test.c | 207 ret = ptrace(PTRACE_TRACEME, 0, NULL, 0); in trigger_tests()
|
/linux-4.4.14/arch/um/os-Linux/ |
D | start_up.c | 36 ptrace(PTRACE_TRACEME, 0, 0, 0) < 0) { in ptrace_child()
|
/linux-4.4.14/kernel/ |
D | ptrace.c | 1079 if (request == PTRACE_TRACEME) { in SYSCALL_DEFINE4() 1225 if (request == PTRACE_TRACEME) { in COMPAT_SYSCALL_DEFINE4()
|
/linux-4.4.14/arch/um/os-Linux/skas/ |
D | process.c | 190 ptrace(PTRACE_TRACEME, 0, 0, 0); in userspace_tramp()
|
/linux-4.4.14/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 2080 EXPECT_EQ(0, ptrace(PTRACE_TRACEME)); in TEST()
|