check_fs_node_read_link_access

Function check_fs_node_read_link_access 

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

Checks whether the current_task can read the symbolic link in fs_node. Corresponds to the inode_readlink() LSM hook.