Expand description
Preflight checks and helpers.
This module provides best-effort filesystem and policy gating checks used by the
higher-level API. It also exposes a small helper to render a PreflightReport
into a SPEC-aligned YAML sequence for fixtures and artifacts.
Re-exports§
pub use checks::check_immutable;
pub use checks::check_source_trust;
pub use checks::ensure_mount_rw_exec;
pub use yaml::to_yaml;