Re: [PATCH] sefltest/ima: support appended signatures (modsig)

2019-08-29 Thread Jordan Hand
On 8/28/19 5:39 AM, Mimi Zohar wrote: > Detect and allow appended signatures. Ran the tests successfully on x86_64 QEMU Reviewed-by: Jordan Hand Tested-by: Jordan Hand

Re: [PATCH] sefltest/ima: support appended signatures (modsig)

2019-08-28 Thread Mimi Zohar
On Wed, 2019-08-28 at 08:45 -0600, shuah wrote: > Hi Mimi, > > On 8/28/19 6:39 AM, Mimi Zohar wrote: > > Detect and allow appended signatures. > > > > Can you please add a couple of more sentences on the feature > and what happens without it? I know this is a test for the > feature, however, it

Re: [PATCH] sefltest/ima: support appended signatures (modsig)

2019-08-28 Thread shuah
Hi Mimi, On 8/28/19 6:39 AM, Mimi Zohar wrote: Detect and allow appended signatures. Can you please add a couple of more sentences on the feature and what happens without it? I know this is a test for the feature, however, it will be useful for users and testers to know more about this test a

Re: [PATCH] sefltest/ima: support appended signatures (modsig)

2019-08-28 Thread Petr Vorel
Hi Mimi, > Detect and allow appended signatures. > Signed-off-by: Mimi Zohar Reviewed-by: Petr Vorel Kind regards, Petr

[PATCH] sefltest/ima: support appended signatures (modsig)

2019-08-28 Thread Mimi Zohar
Detect and allow appended signatures. Signed-off-by: Mimi Zohar --- .../selftests/kexec/test_kexec_file_load.sh| 38 +++--- 1 file changed, 34 insertions(+), 4 deletions(-) diff --git a/tools/testing/selftests/kexec/test_kexec_file_load.sh b/tools/testing/selftests/kexe