Hi Petr,
On 7/24/20 9:18 AM, Petr Vorel wrote:
Hi all,
On Fri, 2020-07-24 at 09:00 +0200, Petr Vorel wrote:
From: Lachlan Sneff <t-josne@xxxxxxxxxxxxxxxxxxx>
IMA policy can be set to measure the command line passed in the kexec
system call. Add a testcase that verifies that the IMA subsystem
correctly measure the cmdline specified during a kexec.
Note that this test does not actually reboot.
Reviewed-by: Petr Vorel <pvorel@xxxxxxx>
Signed-off-by: Lachlan Sneff <t-josne@xxxxxxxxxxxxxxxxxxx>
Signed-off-by: Petr Vorel <pvorel@xxxxxxx>
---
Hi,
sent version with few my fixes.
@Mimi: could you please have a quick look? (I know you reviewed previous
version.)
@Mimi, @Lachlan: if you both ack my changes, I can fix the code before merging.
If there are more changes needed and thus Lachlan plan new version, please use
my patches from https://patchwork.ozlabs.org/project/ltp/list/?series=191990&state=*
(download https://patchwork.ozlabs.org/series/191990/mbox/ and import it with "git am")
or clone my github fork and use kexec.v3.fixes branch:
https://github.com/pevik/ltp/tree/ima/kexec.v3.fixes).
Hi Petr, these changes look good to me. I'm not exactly sure the
convention here,
since I originally wrote the patch, but feel free to mark me as
Signed-off-by.
Kind regards,
Petr
Thank you for working on this!
Lachlan