pub fn check_signal_access( source: &CurrentTask, target: &Task, signal: Signal, ) -> Result<(), Errno>
Checks if sending a signal is allowed. Corresponds to the task_kill() LSM hook.
task_kill()