check_fs_node_getattr_access

Function check_fs_node_getattr_access 

Source
pub fn check_fs_node_getattr_access(
    current_task: &CurrentTask,
    fs_node: &FsNode,
) -> Result<(), Errno>
Expand description

Checks if current_task has the permission to read file attributes for fs_node. Corresponds to the inode_getattr() hook.