mirror of
https://git.code.sf.net/p/linux-ima/ima-evm-utils
synced 2025-04-28 06:33:36 +02:00
ima-evm-utils: fix PCRAggr error message
Display the correct TPM PCR value. Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>
This commit is contained in:
parent
ceecb28d3b
commit
8b49f0c01c
@ -1635,7 +1635,7 @@ static int compare_tpm_banks(int num_banks, struct tpm_bank_info *bank,
|
||||
bank[i].algo_name, j);
|
||||
else
|
||||
log_info("%s: PCRAgg %d does not match TPM PCR-%d\n",
|
||||
bank[i].algo_name, i, i);
|
||||
bank[i].algo_name, j, j);
|
||||
}
|
||||
}
|
||||
return ret;
|
||||
|
Loading…
x
Reference in New Issue
Block a user