Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/security/yama/
H A Dyama_lsm.c266 * task_is_descendant - walk up a process family tree looking for a match
272 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()
/kernel/linux/linux-6.6/security/yama/
H A Dyama_lsm.c266 * task_is_descendant - walk up a process family tree looking for a match
272 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()

Completed in 2 milliseconds