Use a pure golang pcr extend (#286)

This commit is contained in:
Itxaka
2024-04-19 11:43:05 +00:00
committed by GitHub
parent d14a047aa6
commit cbf38f553c
5 changed files with 46 additions and 15 deletions

View File

@@ -108,4 +108,5 @@ const (
LogDir = "/run/immucore"
PathAppend = "/usr/bin:/usr/sbin:/bin:/sbin"
PATH = "PATH"
DefaultPCR = 11
)