skip boot aggregate check against database

This commit is contained in:
Andreas Steffen 2012-08-14 10:00:05 +02:00
parent 3a917ac77f
commit 8b865d3b7a
1 changed files with 1 additions and 0 deletions

View File

@ -701,6 +701,7 @@ METHOD(pts_component_t, verify, status_t,
case IMA_STATE_BIOS:
if (!check_boot_aggregate(pcrs, measurement))
{
this->state = IMA_STATE_RUNTIME;
return FAILED;
}
this->state = IMA_STATE_INIT;