Re: [PATCH V2 01/10] Add secure_modules() call

2013-08-29 Thread Josh Boyer
On Mon, Aug 19, 2013 at 01:26:02PM -0400, Matthew Garrett wrote: > Provide a single call to allow kernel code to determine whether the system > has been configured to either disable module loading entirely or to load > only modules signed with a trusted key. > > Signed-off-by: Matthew Garrett > -

[PATCH V2 01/10] Add secure_modules() call

2013-08-19 Thread Matthew Garrett
Provide a single call to allow kernel code to determine whether the system has been configured to either disable module loading entirely or to load only modules signed with a trusted key. Signed-off-by: Matthew Garrett --- include/linux/module.h | 7 +++ kernel/module.c| 9 +