ima: add support for measuring and appraising firmware
authorMimi Zohar <zohar@linux.vnet.ibm.com>
Tue, 22 Jul 2014 14:39:48 +0000 (10:39 -0400)
committerKees Cook <keescook@chromium.org>
Fri, 25 Jul 2014 18:47:46 +0000 (11:47 -0700)
The "security: introduce kernel_fw_from_file hook" patch defined a
new security hook to evaluate any loaded firmware that wasn't built
into the kernel.

This patch defines ima_fw_from_file(), which is called from the new
security hook, to measure and/or appraise the loaded firmware's
integrity.

Signed-off-by: Mimi Zohar <zohar@linux.vnet.ibm.com>
Signed-off-by: Kees Cook <keescook@chromium.org>

No differences found