pub fn check_file_ioctl_access(
current_task: &CurrentTask,
file: &FileObject,
request: u32,
) -> Result<(), Errno>Expand description
Returns whether current_task can issue an ioctl to file.
Corresponds to the file_ioctl() LSM hook.