mbox series

[v0,0/1] ima: Refactor process_buffer_measurement() to make it generic

Message ID 20191015220524.20659-1-nramas@linux.microsoft.com (mailing list archive)
Headers show
Series ima: Refactor process_buffer_measurement() to make it generic | expand

Message

Lakshmi Ramasubramanian Oct. 15, 2019, 10:05 p.m. UTC
This patch makes the function process_buffer_measurement() generic so that
it can be used to measure more than just the KEXEC_CMDLINE. This function
will also be used for measuring keys, blacklisted binaries, etc.

Lakshmi Ramasubramanian (1):
  ima: Refactor process_buffer_measurement() to make it generic

 security/integrity/ima/ima.h      |  3 +++
 security/integrity/ima/ima_main.c | 29 ++++++++++++++---------------
 2 files changed, 17 insertions(+), 15 deletions(-)