ima: fix violation measurement list record
authorMimi Zohar <zohar@linux.ibm.com>
Thu, 30 Jun 2022 15:23:38 +0000 (11:23 -0400)
committerMimi Zohar <zohar@linux.ibm.com>
Thu, 7 Jul 2022 02:31:52 +0000 (22:31 -0400)
commit9fab303a2cb3d323ca3a32a8b4ab60b451141901
treecbbdd930d8c4fa127f7a39fe5ae298f4a9b080dd
parent51dd64bb99e4478fc5280171acd8e1b529eadaf7
ima: fix violation measurement list record

Although the violation digest in the IMA measurement list is always
zeroes, the size of the digest should be based on the hash algorithm.
Until recently the hash algorithm was hard coded to sha1.  Fix the
violation digest size included in the IMA measurement list.

This is just a cosmetic change which should not affect attestation.

Reported-by: Stefan Berger <stefanb@linux.ibm.com>
Fixes: 09091c44cb73 ("ima: use IMA default hash algorithm for integrity violations")
Tested-by: Stefan Berger <stefanb@linux.ibm.com>
Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>
security/integrity/ima/ima_template_lib.c