Home
last modified time | relevance | path

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

/linux-5.19.10/security/yama/
Dyama_lsm.c272 static int task_is_descendant(struct task_struct *parent, in task_is_descendant() function
338 if (found && (parent == NULL || task_is_descendant(parent, tracer))) in ptracer_exception_found()
369 if (!rc && !task_is_descendant(current, child) && in yama_ptrace_access_check()