Skip to content

Commit

Permalink
example-setup: include PCR0 in update script
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Ott <[email protected]>
  • Loading branch information
smo4201 committed Dec 19, 2023
1 parent bb08d43 commit 11dd776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example-setup/update-full-simple
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ echo "Using $DATA as directory for local data"
export PATH=$PATH:$HOME/go/bin

# Parse the values of the RTM PCRs from the kernel's binary bios measurements as reference values
referenceValues=$(sudo parse-srtm-pcrs -p 1,2,3,4,5,6,7 -f json)
referenceValues=$(sudo parse-srtm-pcrs -p 0,1,2,3,4,5,6,7 -f json)

# Delete existing reference values in the RTM Manifest
jq 'del(.referenceValues[])' $DATA/metadata-raw/rtm.manifest.json | sponge $DATA/metadata-raw/rtm.manifest.json
Expand Down

0 comments on commit 11dd776

Please sign in to comment.