Re: [PATCH v10 6/9] certs: add wrapper function to check blacklisted binary hash
From: Michael Ellerman <hidden>
Date: 2019-11-14 09:09:21
Also in:
linux-efi, linux-integrity, lkml
From: Michael Ellerman <hidden>
Date: 2019-11-14 09:09:21
Also in:
linux-efi, linux-integrity, lkml
On Thu, 2019-10-31 at 03:31:31 UTC, Mimi Zohar wrote:
From: Nayna Jain <nayna@linux.ibm.com> The -EKEYREJECTED error returned by existing is_hash_blacklisted() is misleading when called for checking against blacklisted hash of a binary. This patch adds a wrapper function is_binary_blacklisted() to return -EPERM error if binary is blacklisted. Signed-off-by: Nayna Jain <nayna@linux.ibm.com> Cc: David Howells <dhowells@redhat.com> Reviewed-by: Mimi Zohar <zohar@linux.ibm.com>
Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/2434f7d2d488c3301ae81f1031e1c66c6f076fb7 cheers