check_setcap_access

Function check_setcap_access 

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

Called when the current task attempts to set the Linux capabilities of the target task. Corresponds to the capset() LSM hook.