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

From: David Howells
Date: Wed Nov 16 2016 - 17:40:22 EST


Borislav Petkov <bp@xxxxxxxxx> wrote:

> > +EXPORT_SYMBOL(kernel_locked_down);
>
> Surely
>
> EXPORT_SYMBOL(kernel_is_locked_down);

Sorry, yes. Obviously it won't cause a compilation error...

David