Re: [PATCH V34 01/29] security: Support early LSMs

2019-06-22 Thread Kees Cook
On Fri, Jun 21, 2019 at 05:03:30PM -0700, Matthew Garrett wrote: > The lockdown module is intended to allow for kernels to be locked down > early in boot - sufficiently early that we don't have the ability to > kmalloc() yet. Add support for early initialisation of some LSMs, and > then add them to

[PATCH V34 01/29] security: Support early LSMs

2019-06-21 Thread Matthew Garrett
The lockdown module is intended to allow for kernels to be locked down early in boot - sufficiently early that we don't have the ability to kmalloc() yet. Add support for early initialisation of some LSMs, and then add them to the list of names when we do full initialisation later. Early LSMs are i