pub fn check_getcap_access( source: &CurrentTask, target: &Task, ) -> Result<(), Errno>
Called when the current task queries the Linux capabilities of the target task. Corresponds to the capget() LSM hook.
target
capget()