Re: [PATCH V8 1/3] Define a new IMA hook to measure the boot command line arguments

2019-06-14 Thread prakhar srivastava
On Thu, Jun 13, 2019 at 12:22 PM Mimi Zohar wrote: > > Hi Prakhar, > > Patches titles in the subject line need to be prefixed with the > subsystem, in this case "ima: ". > > On Wed, 2019-06-12 at 15:15 -0700, Prakhar Srivastava wrote: > > This patch adds support in ima to measure kexec cmdline

Re: [PATCH V8 1/3] Define a new IMA hook to measure the boot command line arguments

2019-06-13 Thread Mimi Zohar
Hi Prakhar, Patches titles in the subject line need to be prefixed with the subsystem, in this case "ima: ". On Wed, 2019-06-12 at 15:15 -0700, Prakhar Srivastava wrote: > This patch adds support in ima to measure kexec cmdline args > during soft reboot(kexec_file_load). Based on the patch

Re: [PATCH V8 1/3] Define a new IMA hook to measure the boot command line arguments

2019-06-13 Thread James Morris
On Wed, 12 Jun 2019, Prakhar Srivastava wrote: > This patch adds support in ima to measure kexec cmdline args > during soft reboot(kexec_file_load). > > - A new ima hook ima_kexec_cmdline is defined to be called by the > kexec code. > - A new function process_buffer_measurement is defined to

[PATCH V8 1/3] Define a new IMA hook to measure the boot command line arguments

2019-06-13 Thread Prakhar Srivastava
This patch adds support in ima to measure kexec cmdline args during soft reboot(kexec_file_load). - A new ima hook ima_kexec_cmdline is defined to be called by the kexec code. - A new function process_buffer_measurement is defined to measure the buffer hash into the ima log. - A new func policy