check_fs_node_getxattr_access

Function check_fs_node_getxattr_access 

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

Corresponds to the inode_getxattr() LSM hook.