pub fn has_dontaudit_access(
current_task: &CurrentTask,
fs_node: &FsNode,
) -> boolExpand 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.