Skip to main content

Module virtual_fs

Module virtual_fs 

Source
Expand description

Virtual filesystem path translation.

Maps paths from the child’s perspective to real paths on the host. Used by the supervisor in Virtualize mode to translate filesystem syscalls to the correct workspace paths.

§Default Mappings

Child seesHost path
/work{workspace}/work
/tmp{workspace}/tmp
/home{workspace}/home

Structs§

VirtualFs
Virtual filesystem with path translation.