Home
last modified time | relevance | path

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

/linux-4.1.27/security/yama/
Dyama_lsm.c282 int yama_ptrace_access_check(struct task_struct *child, in yama_ptrace_access_check() function
371 .ptrace_access_check = yama_ptrace_access_check,
/linux-4.1.27/include/linux/
Dsecurity.h3222 extern int yama_ptrace_access_check(struct task_struct *child,
3229 static inline int yama_ptrace_access_check(struct task_struct *child, in yama_ptrace_access_check() function
/linux-4.1.27/security/
Dsecurity.c165 rc = yama_ptrace_access_check(child, mode); in security_ptrace_access_check()