Skip to main content

Module root_fs

Module root_fs 

Source

Structs§

SidecarCoreError

Functions§

apply_root_filesystem_entry
Write one root-filesystem bootstrap entry (file/dir/symlink) into a VFS, creating parent dirs and applying deterministic mode/uid/gid defaults (chmod/chown for non-symlinks). Shared by native (raw root FS) and browser (kernel filesystem_mut).
build_root_filesystem
build_root_filesystem_with_loaded_snapshot
build_root_mount_table
build_root_mount_table_with_loaded_snapshot
convert_root_filesystem_entry
Convert a protocol root-filesystem entry into a kernel FilesystemEntry, decoding content (utf8/base64) and applying per-kind mode defaults. Shared by native and browser bootstrap + snapshot paths.
protocol_root_filesystem_mode
root_filesystem_descriptor_from_config
root_filesystem_mode_from_config
root_filesystem_protocol_descriptor_from_config
root_snapshot_entry
root_snapshot_from_entries
Build a kernel snapshot from protocol entries (shared by native + browser).