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