Documentation
¶
Index ¶
- Constants
- Variables
- func AppendVerityData(file string) (string, error)
- func ConfirmExistingVerityDeviceCurrentValidity(devicePath string) error
- func ConfirmExistingVerityDeviceHash(devicePath string, rootHash string, allowVerityFailure bool) error
- func VerityHostMount(fsImgFile string, fsType string, mountpoint string, rootHash string, ...) error
- func VerityUnmount(mountPath string) error
- type VerityMetadata
Constants ¶
View Source
const VerityRootHashAnnotation = "io.stackeroci.stacker.atomfs_verity_root_hash"
Variables ¶
View Source
var CryptsetupTooOld = errors.Errorf("libcryptsetup not new enough, need >= 2.3.0")
Functions ¶
func AppendVerityData ¶
func VerityHostMount ¶
func VerityUnmount ¶
Types ¶
type VerityMetadata ¶
type VerityMetadata bool
const ( VeritySuffix = "verity" VerityMetadataPresent VerityMetadata = true VerityMetadataMissing VerityMetadata = false )
Click to show internal directories.
Click to hide internal directories.