check_getcap_access

Function check_getcap_access 

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

Called when the current task queries the Linux capabilities of the target task. Corresponds to the capget() LSM hook.