summaryrefslogtreecommitdiff
diff options
authorPaweł Stołowski <stolowski@gmail.com>2022-04-14 15:26:26 +0200
committerPaweł Stołowski <stolowski@gmail.com>2022-04-14 15:26:26 +0200
commit5f85964e3fd0a2c2d968ec53973c81c0d0569410 (patch)
treed9099fa33765d7b6709af0df68e912863d1d46d6
parent97d23f56f5d3637415999df75809d7e78d698a98 (diff)
-rw-r--r--secboot/secboot_tpm.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/secboot/secboot_tpm.go b/secboot/secboot_tpm.go
index b808336a77..19088e3036 100644
--- a/secboot/secboot_tpm.go
+++ b/secboot/secboot_tpm.go
@@ -415,7 +415,7 @@ func buildPCRProtectionProfile(modelParams []*SealKeyModelParams) (*sb_tpm2.PCRP
PCRAlgorithm: tpm2.HashAlgorithmSHA256,
LoadSequences: loadSequences,
// TODO:UC20: set SignatureDbUpdateKeystore to support applying forbidden
- // signature updates to excluded signing keys (after rotating them).
+ // signature updates to exclude signing keys (after rotating them).
// This also requires integration of sbkeysync, and some work to
// ensure that the PCR profile is updated before/after sbkeysync executes.
}