has_dontaudit_access

Function has_dontaudit_access 

Source
pub fn has_dontaudit_access(
    current_task: &CurrentTask,
    fs_node: &FsNode,
) -> bool
Expand description

Returns true if there exits a dontaudit rule for current_task access to fs_node, which includes the audit_access pseudo-permission. This appears to be handled via additional options & flags in other hooks, by LSM.