Skip to content

Commit 489af5e

Browse files
jsetjevathpela
authored andcommitted
README.tpm: reflect that vendor_db is in fact logged as "vendor_db"
README.tpm incorrectly stated that vendor_db is logged as "db" when in fact it logs as "vendor_db". This caused confusion like keylime/keylime#1725 Fixing the code risks breaking existing logs, so we're updating the doc instead. vendor_dbx is in fact logged as "dbx", so that remains unchanged. Thanks to Morten Linderud <morten@linderud.pw> for raising this. Signed-off-by: Jan Setje-Eilers <Jan.SetjeEilers@oracle.com>
1 parent 5007d83 commit 489af5e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.tpm

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,20 @@ PCR7:
1313
- MokListX - the Mok denylist, logged as "MokListX"
1414
- vendor_dbx - shim's built-in vendor denylist, logged as "dbx"
1515
- DB - the system allowlist, logged as "db"
16-
- vendor_db - shim's built-in vendor allowlist, logged as "db"
16+
- vendor_db - shim's built-in vendor allowlist, logged as "vendor_db"
1717
- MokList the Mok allowlist, logged as "MokList"
1818
- vendor_cert - shim's built-in vendor allowlist, logged as "Shim"
1919
- shim_cert - shim's build-time generated allowlist, logged as "Shim"
2020
- MokSBState will be extended into PCR7 if it is set, logged as
2121
"MokSBState".
2222
- SBAT will be extended into PCR7 if it is set, logged as "SBAT"
2323

24+
Note: In the past this document called out that vendor_db was logged as
25+
"db", when in fact the code didn't do that. Since changing the code
26+
risks breaking recorded logs, the documentation is update to reflect
27+
reality. vendor_dbx is in fact logged as "dbx".
28+
29+
2430
PCR8:
2531
- If you're using the grub2 TPM patchset we cary in Fedora, the kernel command
2632
line and all grub commands (including all of grub.cfg that gets run) are

0 commit comments

Comments
 (0)