From ef70d6488bc7fd5e1c8a36cf182a54479ccb65ab Mon Sep 17 00:00:00 2001 From: Ryan Grimm Date: Mon, 1 Jun 2020 17:34:39 -0300 Subject: libstb: Set TPM platform auth to random password Set in core/init.c before trustedboot_exit_boot_services. Signed-off-by: Ryan Grimm Signed-off-by: Mauro S. M. Rodrigues Signed-off-by: Oliver O'Halloran --- libstb/trustedboot.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libstb/trustedboot.c') diff --git a/libstb/trustedboot.c b/libstb/trustedboot.c index b940ba1..9b7d7ac 100644 --- a/libstb/trustedboot.c +++ b/libstb/trustedboot.c @@ -155,6 +155,7 @@ int trustedboot_exit_boot_services(void) failed = true; } tpm_add_status_property(); + tss_set_platform_auth(); out_free: tpm_cleanup(); -- cgit v1.1