* [uml-devel] [patch] selinux build fix
@ 2004-01-21 18:58 Gerd Knorr
0 siblings, 0 replies; only message in thread
From: Gerd Knorr @ 2004-01-21 18:58 UTC (permalink / raw)
To: uml devel
Hi,
the linker script needs a fix to make uml build with selinux enabled.
Gerd
Index: linux-um-2.6.2-rc1/include/asm-um/common.lds.S
===================================================================
--- linux-um-2.6.2-rc1.orig/include/asm-um/common.lds.S 2004-01-21 13:19:18.000000000 +0100
+++ linux-um-2.6.2-rc1/include/asm-um/common.lds.S 2004-01-21 19:32:39.000000000 +0100
@@ -64,6 +64,7 @@
__uml_initcall_start = .;
.uml.initcall.init : { *(.uml.initcall.init) }
__uml_initcall_end = .;
+ SECURITY_INIT
__init_end = .;
__exitcall_begin = .;
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-01-21 19:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-21 18:58 [uml-devel] [patch] selinux build fix Gerd Knorr
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox