Searched refs:PTRACE_TRACEME (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/Documentation/security/ |
D | Yama.txt | 54 prctl(PR_SET_DUMPABLE...) already). Similarly, PTRACE_TRACEME is 63 Using PTRACE_TRACEME is unchanged. 66 with PTRACE_ATTACH, or through children calling PTRACE_TRACEME. 69 PTRACE_TRACEME. Once set, this sysctl value cannot be changed.
|
/linux-4.1.27/arch/um/kernel/skas/ |
D | clone.c | 34 err = stub_syscall4(__NR_ptrace, PTRACE_TRACEME, 0, 0, 0); in stub_clone_handler()
|
/linux-4.1.27/include/uapi/linux/ |
D | ptrace.h | 10 #define PTRACE_TRACEME 0 macro
|
/linux-4.1.27/tools/testing/selftests/breakpoints/ |
D | breakpoint_test.c | 207 ret = ptrace(PTRACE_TRACEME, 0, NULL, 0); in trigger_tests()
|
/linux-4.1.27/arch/um/os-Linux/ |
D | start_up.c | 36 ptrace(PTRACE_TRACEME, 0, 0, 0) < 0) { in ptrace_child()
|
/linux-4.1.27/kernel/ |
D | ptrace.c | 1061 if (request == PTRACE_TRACEME) { in SYSCALL_DEFINE4() 1207 if (request == PTRACE_TRACEME) { in COMPAT_SYSCALL_DEFINE4()
|
/linux-4.1.27/arch/um/os-Linux/skas/ |
D | process.c | 185 ptrace(PTRACE_TRACEME, 0, 0, 0); in userspace_tramp()
|