fox2mike 05/06/09 07:20:44 Modified: xml/htdocs/doc/en gentoo-kernel.xml Log: #95159, Thanks to Max Lorenz for the patch
Revision Changes Path 1.31 +32 -27 xml/htdocs/doc/en/gentoo-kernel.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-kernel.xml?rev=1.31&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-kernel.xml?rev=1.31&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-kernel.xml.diff?r1=1.30&r2=1.31&cvsroot=gentoo Index: gentoo-kernel.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- gentoo-kernel.xml 29 May 2005 15:54:00 -0000 1.30 +++ gentoo-kernel.xml 9 Jun 2005 07:20:44 -0000 1.31 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v 1.30 2005/05/29 15:54:00 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v 1.31 2005/06/09 07:20:44 fox2mike Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/gentoo-kernel.xml"> @@ -33,8 +33,8 @@ <license/> -<version>1.7</version> -<date>2005-05-29</date> +<version>1.8</version> +<date>2005-06-09</date> <chapter> <title>Introduction</title> @@ -154,28 +154,25 @@ </section> <section> -<title>For servers: hardened-sources, hardened-dev-sources and -rsbac-sources</title> +<title>For servers: hardened-sources and rsbac-sources</title> <body> <p> -<c>hardened-sources</c> is based on Linux 2.4 and is targetted at our users -running Gentoo on server systems. It provides patches for the various -subprojects of Gentoo Hardened (such as support for LSM/SELinux and -GRSecurity), together with stability/security-enhancements. Check -<uri>http://www.gentoo.org/proj/en/hardened/</uri> for more information. -</p> - -<p> -<c>hardened-dev-sources</c> serves the same purpose as <c>hardened-sources</c> -but is based on the newer Linux 2.6 kernel base. +<c>hardened-sources</c> is based on the official Linux kernel and is targetted +at our users running Gentoo on server systems. It provides patches for the +various subprojects of Gentoo Hardened (such as support for +<uri link="http://www.nsa.gov/selinux/">LSM/SELinux</uri> and +<uri link="http://grsecurity.net">grsecurity</uri>), together with +stability/security-enhancements. Like <c>gentoo-sources</c> it comes in 2.6 +and 2.4 versions. Check <uri>http://www.gentoo.org/proj/en/hardened/</uri> for +more information. </p> <p> <c>rsbac-sources</c> contains patches to use Rule Set Based Access Controls -(RSBAC) and comes in 2.4 and 2.6 flavours. It is maintained by the -<uri link="/proj/en/hardened/rsbac/">RSBAC project</uri>, a subproject of -Gentoo Hardened. +(<uri link="http://www.rsbac.org">RSBAC</uri>) and comes in 2.4 and 2.6 +flavours. It is maintained by the <uri link="/proj/en/hardened/rsbac/">RSBAC +project</uri>, a subproject of Gentoo Hardened. </p> <impo> @@ -190,13 +187,11 @@ <body> <p> -<c>alpha-sources</c>, <c>hppa-sources</c>, <c>hppa-dev-sources</c>, -<c>mips-sources</c>, <c>pegasos-dev-sources</c>, <c>sparc-sources</c> -and <c>xbox-sources</c> are, as their names suggest, -patched to run best on specific architectures. They also contain some of -the patches for hardware and features support from the other patch sets -mentioned above and below. A "-dev-" in the name of a kernel package means that -the sources use the 2.6 kernel instead of the 2.4 kernel. +<c>alpha-sources</c>, <c>hppa-sources</c>,<c>mips-sources</c>, +<c>pegasos-sources</c>, <c>sparc-sources</c> and <c>xbox-sources</c> are, as +their names suggest,patched to run best on specific architectures. They also +contain some of the patches for hardware and features support from the other +patch sets mentioned above and below. </p> </body> @@ -364,6 +359,17 @@ </body> </section> <section> +<title>hardened-dev-sources</title> +<body> + +<p> +<c>hardened-dev-sources</c> can now be found under the <c>hardened-sources</c> +package. +</p> + +</body> +</section> +<section> <title>rsbac-dev-sources</title> <body> @@ -381,8 +387,7 @@ <p> <c>selinux-sources</c>, a 2.4 kernel including lots of security enhancements, has been obseleted by security development in the 2.6 tree. SELinux -functionality can be found in the <c>hardened-sources</c> and -<c>hardened-dev-sources</c> packages. +functionality can be found in the <c>hardened-sources</c> package. </p> </body> -- [email protected] mailing list
