Re: [PATCH 3/3] selftests/ima: kexec_file_load syscall test

2019-02-04 Thread Mimi Zohar
On Sun, 2019-02-03 at 23:02 +0100, Petr Vorel wrote: > Hi Mimi, > > > The kernel can be configured to verify PE signed kernel images, IMA > > kernel image signatures, both types of signatures, or none. This test > > verifies only properly signed kernel images are loaded into memory, > > based on

Re: [PATCH 3/3] selftests/ima: kexec_file_load syscall test

2019-02-03 Thread Petr Vorel
Hi Mimi, > The kernel can be configured to verify PE signed kernel images, IMA > kernel image signatures, both types of signatures, or none. This test > verifies only properly signed kernel images are loaded into memory, > based on the kernel configuration and runtime policies. > Signed-off-by:

[PATCH 3/3] selftests/ima: kexec_file_load syscall test

2019-01-31 Thread Mimi Zohar
The kernel can be configured to verify PE signed kernel images, IMA kernel image signatures, both types of signatures, or none. This test verifies only properly signed kernel images are loaded into memory, based on the kernel configuration and runtime policies. Signed-off-by: Mimi Zohar --- too