Skip to main content

enforce_path_for_current_task

Function enforce_path_for_current_task 

Source
pub fn enforce_path_for_current_task(
    path: &str,
    want_read: bool,
    want_write: bool,
    want_execute: bool,
) -> Result<(), SyscallError>
Expand description

Performs the enforce path for current task operation.