Searched refs:yama_ptrace_access_check (Results 1 – 3 of 3) sorted by relevance
282 int yama_ptrace_access_check(struct task_struct *child, in yama_ptrace_access_check() function371 .ptrace_access_check = yama_ptrace_access_check,
3222 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
165 rc = yama_ptrace_access_check(child, mode); in security_ptrace_access_check()