pub fn check_fs_node_setattr_access(
current_task: &CurrentTask,
node: &FsNode,
attributes: &zxio_node_attr_has_t,
) -> Result<(), Errno>Expand description
Checks whether current_task can set attributes on node.
Corresponds to the inode_setattr() LSM hook.