Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1198551 > unrolled thread

Re: [PATCH] Adding YAMA hooks also when YAMA is not stacked.

Started byJames Morris <jmorris@namei.org>
First post2015-08-03 07:20 +0200
Last post2015-08-03 12:20 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH] Adding YAMA hooks also when YAMA is not stacked. James Morris <jmorris@namei.org> - 2015-08-03 07:20 +0200
    Re: [PATCH] Adding YAMA hooks also when YAMA is not stacked. Salvatore Mesoraca <s.mesoraca16@gmail.com> - 2015-08-03 12:20 +0200

#1198551 — Re: [PATCH] Adding YAMA hooks also when YAMA is not stacked.

FromJames Morris <jmorris@namei.org>
Date2015-08-03 07:20 +0200
SubjectRe: [PATCH] Adding YAMA hooks also when YAMA is not stacked.
Message-ID<pTgki-1sd-9@gated-at.bofh.it>
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 <s.mesoraca16@gmail.com>
> ---
>  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
<jmorris@namei.org>

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1198706

FromSalvatore Mesoraca <s.mesoraca16@gmail.com>
Date2015-08-03 12:20 +0200
Message-ID<pTl0C-8vy-11@gated-at.bofh.it>
In reply to#1198551
> It looks like your mailer is converting tabs to spaces, please fix and
> resend.

I'm sorry for this. I'm resending a fixed V2.

Salvatore Mesoraca
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web