rane 05/12/15 22:45:57 Modified: xml/htdocs/doc/en/security shb-chroot.xml Log: adding a slash in mkdir chroot to ensure that the dir will be created in /
Revision Changes Path 1.2 +4 -4 xml/htdocs/doc/en/security/shb-chroot.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/security/shb-chroot.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-chroot.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-chroot.xml.diff?r1=1.1&r2=1.2&cvsroot=gentoo Index: shb-chroot.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/security/shb-chroot.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- shb-chroot.xml 1 Jun 2005 15:43:47 -0000 1.1 +++ shb-chroot.xml 15 Dec 2005 22:45:57 -0000 1.2 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='UTF-8'?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/security/shb-chroot.xml,v 1.1 2005/06/01 15:43:47 neysx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/security/shb-chroot.xml,v 1.2 2005/12/15 22:45:57 rane 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>2005-12-15</date> <section> <title>Chrooting</title> @@ -32,7 +32,7 @@ </p> <p> -Create the <path>/chroot</path> directory with <c>mkdir chroot</c>. And find what +Create the <path>/chroot</path> directory with <c>mkdir /chroot</c>. And find what dynamic libraries that <c>bash</c> is compiled with (if it is compiled with <c>-static</c> this step is not necessary): </p> -- [email protected] mailing list
