Update of /cvsroot/devil-linux/build/docs/documentation
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31829/docs/documentation
Modified Files:
Tag: rel-1-2-patches
documentation.xml
Log Message:
added information about build problems on exec-shield or pax systems
Index: documentation.xml
===================================================================
RCS file: /cvsroot/devil-linux/build/docs/documentation/documentation.xml,v
retrieving revision 1.59.2.5
retrieving revision 1.59.2.6
diff -u -d -r1.59.2.5 -r1.59.2.6
--- documentation.xml 8 Sep 2004 18:29:46 -0000 1.59.2.5
+++ documentation.xml 19 Sep 2004 15:30:50 -0000 1.59.2.6
@@ -1269,6 +1269,19 @@
<para>FIXME</para>
</sect2>
</sect1>
+ <sect1>
+ <title>Build Problems</title>
+ <sect2>
+ <title>Exec-Shield</title>
+ <para>Recent Redhat Linux versions and other Distributions derived from Redhat (like Fedora) use a security feature called <ulink url="http://redhat.com/~mingo/exec-shield/">Exec-Shield</ulink>. Unfortunately you can't build Devil-Linux while this feature is enabled.</para>
+ <para>Turn it off via the command: <command>echo 0 > /proc/sys/kernel/exec-shield</command></para>
+ <para>before you enter the chroot environment.</para>
+ </sect2>
+ <sect2>
+ <title>GRSecurity / PAX</title>
+ <para>Devil-Linux can't be build on systems using <ulink url="http://www.grsecurity.net">GRSecurity</ulink> and/or <ulink url="http://pax.grsecurity.net">PAX</ulink>.</para>
+ </sect2>
+ </sect1>
</chapter>
<appendix>
<title>Mailinglists</title>
|