summaryrefslogtreecommitdiff
path: root/src/security/tpm/Kconfig
diff options
context:
space:
mode:
authorharshit <harshitsharmajs@gmail.com>2020-05-12 12:55:39 +0530
committerPatrick Georgi <pgeorgi@google.com>2020-05-19 07:57:23 +0000
commitaae16330695ab1a3a3ed1a9068dc25bba00997fe (patch)
tree5f9cacf7962470e8a60a668ebc163dd5ec69e4fa /src/security/tpm/Kconfig
parentfb6606b8dbf9711c86872e75ce472a98ffe1ba2d (diff)
downloadcoreboot-aae16330695ab1a3a3ed1a9068dc25bba00997fe.tar.xz
security/tpm/tspi: Fix handling of white space delimited list
The current implementation uses strcmp() without splitting the list and therefore returns false even when the string pointed to by 'name' is a part of 'whitelist'. The patch fixes this problem. Also, update help text of CONFIG_TPM_MEASURED_BOOT_RUNTIME_DATA to space delimited list to align it with the other lists we use. Change-Id: Ifd285162ea6e562a5bb18325a1b767ac2e4276f3 Signed-off-by: Harshit Sharma <harshitsharmajs@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41280 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Diffstat (limited to 'src/security/tpm/Kconfig')
-rw-r--r--src/security/tpm/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/security/tpm/Kconfig b/src/security/tpm/Kconfig
index 6741614bb0..b6a7781d9a 100644
--- a/src/security/tpm/Kconfig
+++ b/src/security/tpm/Kconfig
@@ -112,6 +112,6 @@ config TPM_MEASURED_BOOT_RUNTIME_DATA
depends on TPM_MEASURED_BOOT
help
Runtime data whitelist of cbfs filenames. Needs to be a
- comma separated list
+ space delimited list
endmenu # Trusted Platform Module (tpm)