Re: [PATCH] x86/ima: require signed kernel modules

From: Mimi Zohar
Date: Tue Feb 05 2019 - 18:13:48 EST


On Tue, 2019-02-05 at 13:13 -0800, Luis Chamberlain wrote:
> Also, do we have selftests implemented to ensure we don't regress with
> your changes?

We're working on a regression test. Â"modprobe" currently first
attempts to use finit_module, and then falls back to using
init_module. ÂBefore writing a small program to load kernel modules,
are you aware of any that allows you to specify the syscall?

Mimi