Documentation
¶
Overview ¶
Package common provides types and functions for use across event log parsing.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bootloader ¶
type Bootloader int
Bootloader refers to the second-stage bootloader that loads and transfers execution to the OS kernel.
const ( // UnsupportedLoader refers to a second-stage bootloader that is of an // unsupported type. VerifyAttestation will not parse the PC Client Event // Log for bootloader events. UnsupportedLoader Bootloader = iota // GRUB (https://www.gnu.org/software/grub/). GRUB )
Click to show internal directories.
Click to hide internal directories.