package
1.8.1
Repository: https://github.com/siderolabs/talos.git
Documentation: pkg.go.dev

# Packages

Package database generates SecureBoot auto-enrollment database.
Package measure contains Go implementation of 'systemd-measure' command.
Package pesign implements the PE (portable executable) signing.
Package tpm2 provides TPM2.0 related functionality helpers.
Package uki creates the UKI file out of the sd-stub and other sections.

# Functions

OrderedPhases returns the phases that are measured, in order.
OrderedSections returns the sections that are measured into PCR.

# Constants

List of well-known section names.
List of well-known section names.
EnterInitrd is the phase value extended to the PCR during the initrd.
EnterMachined is the phase value extended to the PCR before starting machined.
List of well-known section names.
LeaveInitrd is the phase value extended to the PCR just before switching to machined.
List of well-known section names.
List of well-known section names.
List of well-known section names.
List of well-known section names.
List of well-known section names.
SecureBootStatePCR is the PCR number where the secure boot state and the signature are measured.
List of well-known section names.
StartTheWorld is the phase value extended to the PCR before starting all services.
UKIPCR is the PCR number where sections except `.pcrsig` are measured.
List of well-known section names.

# Structs

PhaseInfo describes which phase extensions are signed/measured.

# Type aliases

Phase is the phase value extended to the PCR.
Section is a name of a PE file section (UEFI binary).