check_getpgid_access

Function check_getpgid_access 

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

Checks if getpgid is allowed. Corresponds to the task_getpgid() LSM hook.