Re: [PATCH v4 11/17] module: Call security_kernel_post_load_data()

2020-08-06 Thread KP Singh
On Wed, Aug 5, 2020 at 4:53 PM Jessica Yu wrote: > > +++ Kees Cook [29/07/20 10:58 -0700]: > >Now that there is an API for checking loaded contents for modules > >loaded without a file, call into the LSM hooks. > > > >Cc: Jessica Yu > >Signed-off-by: Kees Cook > > Acked-by: Jessica Yu Thanks!

Re: [PATCH v4 11/17] module: Call security_kernel_post_load_data()

2020-08-05 Thread Jessica Yu
+++ Kees Cook [29/07/20 10:58 -0700]: Now that there is an API for checking loaded contents for modules loaded without a file, call into the LSM hooks. Cc: Jessica Yu Signed-off-by: Kees Cook Acked-by: Jessica Yu

[PATCH v4 11/17] module: Call security_kernel_post_load_data()

2020-07-29 Thread Kees Cook
Now that there is an API for checking loaded contents for modules loaded without a file, call into the LSM hooks. Cc: Jessica Yu Signed-off-by: Kees Cook --- kernel/module.c | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/kernel/module.c b/kernel/module.c ind