fox2mike 06/03/04 05:58:44 Modified: xml/htdocs/doc/en/security shb-tight.xml Log: 105729 - devfs and udev call the terminals differently. Thanks to alwin for reporting and apologies for such a delayed fix.
Revision Changes Path 1.2 +8 -4 xml/htdocs/doc/en/security/shb-tight.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/security/shb-tight.xml?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/security/shb-tight.xml?rev=1.2&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/security/shb-tight.xml.diff?r1=1.1&r2=1.2&cvsroot=gentoo Index: shb-tight.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/security/shb-tight.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- shb-tight.xml 1 Jun 2005 15:43:47 -0000 1.1 +++ shb-tight.xml 4 Mar 2006 05:58:44 -0000 1.2 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='UTF-8'?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/security/shb-tight.xml,v 1.1 2005/06/01 15:43:47 neysx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/security/shb-tight.xml,v 1.2 2006/03/04 05:58:44 fox2mike Exp $ --> <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> <!-- The content of this document is licensed under the CC-BY-SA license --> @@ -7,8 +7,8 @@ <sections> -<version>1.0</version> -<date>2005-05-31</date> +<version>1.1</version> +<date>2006-03-04</date> <section> <title>USE flags</title> @@ -142,7 +142,8 @@ </p> <p> -We suggest that you comment out all lines except <c>vc/1</c>. This will ensure +We suggest that you comment out all lines except <c>vc/1</c> if you are using +devfs and all lines except <c>tty1</c> if you are using udev. This will ensure that root only can login once and only on one terminal. </p> @@ -151,7 +152,10 @@ </note> <pre caption="/etc/securetty"> +<comment>(For devfs)</comment> vc/1 +<comment>(For udev)</comment> +tty1 </pre> </body> -- [email protected] mailing list
