Re: [PATCH ima-evm-utils 2/3] ima-evm-utils: beautify the code to make it more readable

From: Mimi Zohar
Date: Wed Jul 08 2020 - 12:28:50 EST


On Tue, 2020-07-07 at 11:35 +0800, Tianjia Zhang wrote:
> @@ -625,7 +625,7 @@ int ima_verify_signature(const char *file, unsigned char *sig, int siglen,
> unsigned char hash[MAX_DIGEST_SIZE];
> int hashlen, sig_hash_algo;
>
> - if (sig[0] != 0x03) {
> + if (sig[0] != EVM_IMA_XATTR_DIGSIG) {
> log_err("xattr ima has no signature\n");
> return -1;
> }

This last hunk didn't apply properly. ÂThe error message now includes
the filename. ÂI've fixed this patch. ÂIn the future, please post
patches against the next-testing branch.

thanks,

Mimi