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 sees | Host path |
|---|---|
/work | {workspace}/work |
/tmp | {workspace}/tmp |
/home | {workspace}/home |
Structs§
- Virtual
Fs - Virtual filesystem with path translation.