pub fn is_task_capable_noaudit(
current_task: &CurrentTask,
capability: Capabilities,
) -> boolExpand description
Returns true if a task has the specified capability.
Corresponds to the capable() LSM hook invoked with a no-audit flag set.