Re: [PATCH 2/3] scripts/ima: define a set of common functions

2019-03-08 Thread Mimi Zohar
On Fri, 2019-03-08 at 10:44 +0800, Dave Young wrote: > Hi Mimi, > > Still did not get change to have a look at V2, but seems you missed the > last chunk of comments about the secure boot mode in previous reply? > > I just copy it hear: > ''' > Do you want to get the Secureboot status here? > I g

Re: [PATCH 2/3] scripts/ima: define a set of common functions

2019-03-07 Thread Dave Young
On 02/28/19 at 10:05am, Mimi Zohar wrote: > Hi Dave, > > On Thu, 2019-02-28 at 21:41 +0800, Dave Young wrote: > > Hi Mimi, > > > > Sorry for jumping in late, just noticed this kexec selftests, I think we > > also need a kexec load test not only for ima, but for general kexec > > The IMA kselfte

Re: [PATCH 2/3] scripts/ima: define a set of common functions

2019-02-28 Thread Mimi Zohar
Hi Dave, On Thu, 2019-02-28 at 21:41 +0800, Dave Young wrote: > Hi Mimi, > > Sorry for jumping in late, just noticed this kexec selftests, I think we > also need a kexec load test not only for ima, but for general kexec The IMA kselftest tests are for the coordination between the different meth

Re: [PATCH 2/3] scripts/ima: define a set of common functions

2019-02-28 Thread Dave Young
Hi Mimi, Sorry for jumping in late, just noticed this kexec selftests, I think we also need a kexec load test not only for ima, but for general kexec On 01/31/19 at 01:55pm, Mimi Zohar wrote: > Define and move get_secureboot_mode() to a common file for use by other > tests. > > Signed-off-by: M

Re: [PATCH 2/3] scripts/ima: define a set of common functions

2019-02-03 Thread Petr Vorel
Hi Mimi, > Define and move get_secureboot_mode() to a common file for use by other > tests. > Signed-off-by: Mimi Zohar Reviewed-by: Petr Vorel > --- > tools/testing/selftests/ima/common_lib.sh | 20 > tools/testing/selftests/ima/test_kexec_load.sh | 17 +++---

[PATCH 2/3] scripts/ima: define a set of common functions

2019-01-31 Thread Mimi Zohar
Define and move get_secureboot_mode() to a common file for use by other tests. Signed-off-by: Mimi Zohar --- tools/testing/selftests/ima/common_lib.sh | 20 tools/testing/selftests/ima/test_kexec_load.sh | 17 +++-- 2 files changed, 23 insertions(+), 14 dele