Function tvix_build::oci::spec::configure_linux
source ยท fn configure_linux(
allow_network: bool,
rootless: bool,
) -> Result<Linux, OciSpecError>
Expand description
Return the Linux part of the OCI Runtime spec. This configures various namespaces, masked and read-only paths.