Re: [PATCH 01/16] Add the ability to lock down access to the running kernel image

From: David Howells
Date: Sun Dec 25 2016 - 16:44:55 EST


Pavel Machek <pavel@xxxxxx> wrote:

> > +config ALLOW_LOCKDOWN_LIFT
> > + bool
>
> Don't you need to add 'bool "something"' so that user can actually
> select this?

No - see patch 6. This option merely makes the function available. Actually,
I haven't done it quite right: the function in the .c file should be
conditionalised too.

David