[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <alpine.LRH.2.00.1011050537430.30945@tundra.namei.org>
Date: Fri, 5 Nov 2010 05:38:25 +1100 (EST)
From: James Morris <jmorris@...ei.org>
To: André Luis Pereira dos Santos - BSRSoft
<andre@...soft.com.br>
cc: linux-security-module@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/1] security: Reordering the boot message security
framework 2.6.37-rc1
On Thu, 4 Nov 2010, Andr? Luis Pereira dos Santos - BSRSoft wrote:
> From: Andre Luis Pereira dos Santos <andre@...soft.com.br>
>
> Hi.
> I did the reorganization of the boot message security framework so that it is not issued before the start in fact occur:
>
> Signed-off-by: Andre Luis Pereira dos Santos <andre@...soft.com.br>
Your patch is whitespace damaged, probably by your mailer, and has
converted tabs into spaces. Please fix this.
> ---
>
> Signed-off-by: Andre Luis Pereira dos Santos <andre@...soft.com.br>
> --- linux-2.6.37-rc1/security/security.c 2010-11-01 09:54:12.000000000 -0200
> +++ linux-2.6.37-rc1-patched/security/security.c 2010-11-04 15:04:04.000000000 -0200
> @@ -56,12 +56,12 @@ static void __init do_security_initcalls
> */
> int __init security_init(void)
> {
> - printk(KERN_INFO "Security Framework initialized\n");
> -
> security_fixup_ops(&default_security_ops);
> security_ops = &default_security_ops;
> do_security_initcalls();
>
> + printk(KERN_INFO "Security Framework initialized\n");
> +
> return 0;
> }
>
>
>
>
>
--
James Morris
<jmorris@...ei.org>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists