[<prev] [next>] [day] [month] [year] [list]
Message-ID: <842020.67434.qm@web110515.mail.gq1.yahoo.com>
Date: Fri, 5 Nov 2010 19:46:34 -0700 (PDT)
From: André Luis Pereira dos Santos - BSRSoft
<andre@...soft.com.br>
To: James Morris <jmorris@...ei.org>
Cc: linux-security-module@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH v3 1/1] security: Reordering the boot message security framework 2.6.37-rc1
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>
---
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;
}
--
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