policy

package
v0.8.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 29, 2021 License: BSD-3-Clause Imports: 13 Imported by: 8

Documentation

Overview

Package policy locates and parses a JSON policy file.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Policy

type Policy struct {
	DefaultAction string
	Collectors    []measurement.Collector
	Launcher      launcher.Launcher
	EventLog      eventlog.EventLog
}

* Policy describes the TPM measurements to take and the OS to boot. * * The policy is stored as a JSON file.

func Get

func Get() (*Policy, error)

* Get locates and parses the policy file. * * The file is located by the following priority: * * (1) kernel cmdline "sl_policy" argument. * (2) a file on any partition on any disk called "securelaunch.policy"

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL