Skip to main content

file_open

Function file_open 

Source
pub fn file_open(
    current_task: &CurrentTask,
    file: &FileObject,
) -> Result<(), Errno>
Expand description

Checks whether the current_task is allowed to open file. Corresponds to the file_open() LSM hook.