Re: [PATCH V3 01/11] Add secure_modules() call

2013-09-04 Thread joeyli
於 二,2013-09-03 於 19:50 -0400,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 Tested-by: Lee, Ch

Re: [PATCH V3 01/11] Add secure_modules() call

2013-09-03 Thread James Morris
On Tue, 3 Sep 2013, 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 Reviewed-by: James Morr

[PATCH V3 01/11] Add secure_modules() call

2013-09-03 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| 10