Skip to main content

resolve_and_check_path_for_current_task

Function resolve_and_check_path_for_current_task 

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

Resolve path against the current task CWD and enforce silo path policy.