integrity: support new struct public_key_signature encoding field
authorMimi Zohar <zohar@linux.ibm.com>
Fri, 9 Nov 2018 05:53:40 +0000 (00:53 -0500)
committerJames Morris <james.morris@microsoft.com>
Tue, 13 Nov 2018 21:09:56 +0000 (13:09 -0800)
commitfd35f192e42cf7c0df1e2480bfd5965e35b2f4ca
tree772f7b697fa729f1f186f6e9310def5493c11e83
parentccda4af0f4b92f7b4c308d3acc262f4a7e3affad
integrity: support new struct public_key_signature encoding field

On systems with IMA-appraisal enabled with a policy requiring file
signatures, the "good" signature values are stored on the filesystem as
extended attributes (security.ima).  Signature verification failure
would normally be limited to just a particular file (eg. executable),
but during boot signature verification failure could result in a system
hang.

Defining and requiring a new public_key_signature field requires all
callers of asymmetric signature verification to be updated to reflect
the change.  This patch updates the integrity asymmetric_verify()
caller.

Fixes: 82f94f24475c ("KEYS: Provide software public key query function [ver #2]")
Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>
Cc: David Howells <dhowells@redhat.com>
Acked-by: Denis Kenzior <denkenz@gmail.com>
Signed-off-by: James Morris <james.morris@microsoft.com>
security/integrity/digsig_asymmetric.c