Home
last modified time | relevance | path

Searched refs:PT_PTRACE_CAP (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/linux/
Dptrace.h22 #define PT_PTRACE_CAP 0x00000004 /* ptracer can follow suid-exec */ macro
/linux-4.4.14/kernel/
Dptrace.c348 flags |= PT_PTRACE_CAP; in ptrace_attach()
/linux-4.4.14/fs/
Dexec.c1257 if (p->ptrace & PT_PTRACE_CAP) in check_unsafe_exec()