neysx 05/05/12 20:40:22 Modified: xml/htdocs/doc/en gentoo-kernel.xml Log: #91845 added rsbac and fixed selinux
Revision Changes Path 1.29 +18 -24 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.29&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.29&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.28&r2=1.29&cvsroot=gentoo Index: gentoo-kernel.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- gentoo-kernel.xml 26 Apr 2005 05:13:34 -0000 1.28 +++ gentoo-kernel.xml 12 May 2005 20:40:22 -0000 1.29 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v 1.28 2005/04/26 05:13:34 alin Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-kernel.xml,v 1.29 2005/05/12 20:40:22 neysx Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/gentoo-kernel.xml"> @@ -33,8 +33,8 @@ <license/> -<version>1.5</version> -<date>2005-04-26</date> +<version>1.6</version> +<date>2005-05-12</date> <chapter> <title>Introduction</title> @@ -154,7 +154,8 @@ </section> <section> -<title>For servers: hardened-sources and hardened-dev-sources</title> +<title>For servers: hardened-sources, hardened-dev-sources and +rsbac-sources</title> <body> <p> @@ -171,13 +172,16 @@ </p> <p> -The following USE-flags can be set to select optional patches: +<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. </p> -<table> -<tr><th>Flags</th><th>Description</th></tr> -<tr><ti>selinux</ti><ti>Substitute grSecurity with SELinux support</ti></tr> -</table> +<impo> +These kernels provide powerful patches for enhanced security. Please read the +<uri link="/proj/en/hardened/">documentation</uri> before you use them. +</impo> </body> </section> @@ -247,7 +251,7 @@ <body> <p> -The <c>mm-sources</c> are based on the <c>development-sources</c> and contain +The <c>mm-sources</c> are based on the <c>vanilla-sources</c> and contain Andrew Morton's patch set. They include the experimental and bleeding-edge features that are going to be included in the official kernel (or that are going to be rejected because they set your box on fire). They are known to be @@ -257,7 +261,7 @@ <p> If you really want to live on the edge and you think -<c>development-sources</c> are for wussies, then try out +<c>vanilla-sources</c> are for wussies, then try out <c>mm-sources</c>. Be warned that this kernel is highly experimental and doesn't always work as expected. </p> @@ -277,18 +281,6 @@ </body> </section> <section> -<title>selinux-sources</title> -<body> - -<p> -<c>selinux-sources</c> from <uri>http://www.nsa.gov/selinux</uri> are -patches for the security conscious to support the LSM (Linux Security -Modules) and the Flask Security Architecture. -</p> - -</body> -</section> -<section> <title>usermode-sources</title> <body> @@ -408,7 +400,9 @@ <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. +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. </p> </body> -- [email protected] mailing list
