check_task_getsid

Function check_task_getsid 

Source
pub fn check_task_getsid(
    source: &CurrentTask,
    target: &Task,
) -> Result<(), Errno>
Expand description

Called when the current task queries the session Id of the target task. Corresponds to the task_getsid() LSM hook.