check_setpgid_access

Function check_setpgid_access 

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

Checks if setpgid is allowed. Corresponds to the task_setpgid() LSM hook.