pub fn ptrace_traceme(
current_task: &CurrentTask,
parent_tracer_task: &Task,
) -> Result<(), Errno>Expand description
Checks whether the parent_tracer_task is allowed to trace the current_task.
Corresponds to the ptrace_traceme() LSM hook.