On Fri, 31 Jul 2015, Salvatore Mesoraca wrote: > Without this patch YAMA will not work at all if it is chosen > as the primary LSM instead of being "stacked". > > Signed-off-by: Salvatore Mesoraca <[email protected]> > --- > security/yama/yama_lsm.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/security/yama/yama_lsm.c b/security/yama/yama_lsm.c > index 9ed3250..5ebb896 100644 > --- a/security/yama/yama_lsm.c > +++ b/security/yama/yama_lsm.c > @@ -406,6 +406,7 @@ static __init int yama_init(void) > */ > if (!security_module_enable("yama")) > return 0; > + yama_add_hooks(); > #endif > pr_info("Yama: becoming mindful.\n");
It looks like your mailer is converting tabs to spaces, please fix and resend. -- James Morris <[email protected]> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

