pub fn check_setpgid_access( source: &CurrentTask, target: &Task, ) -> Result<(), Errno>
Checks if setpgid is allowed. Corresponds to the task_setpgid() LSM hook.
task_setpgid()