From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PogYd-0005Qz-9L for garchives@archives.gentoo.org; Sun, 13 Feb 2011 18:20:27 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A302E086F; Sun, 13 Feb 2011 18:20:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 474ABE086F for ; Sun, 13 Feb 2011 18:20:18 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5D8221B404F for ; Sun, 13 Feb 2011 18:20:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 9ECD88006A for ; Sun, 13 Feb 2011 18:20:17 +0000 (UTC) From: "Sven Vermeulen" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Vermeulen" Message-ID: <02f3404eaabd63ffe014e7b3c4dd8770ca743b6e.SwifT@gentoo> Subject: [gentoo-commits] proj/hardened-docs:master commit in: xml/selinux/ X-VCS-Repository: proj/hardened-docs X-VCS-Files: xml/selinux/hb-using-install.xml X-VCS-Directories: xml/selinux/ X-VCS-Committer: SwifT X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 02f3404eaabd63ffe014e7b3c4dd8770ca743b6e Date: Sun, 13 Feb 2011 18:20:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 623a2c6fd8d9b0d10fbcd1b96e18cacb commit: 02f3404eaabd63ffe014e7b3c4dd8770ca743b6e Author: Sven Vermeulen siphos be> AuthorDate: Sun Feb 13 18:20:15 2011 +0000 Commit: Sven Vermeulen siphos be> CommitDate: Sun Feb 13 18:20:15 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/hardened-docs= .git;a=3Dcommit;h=3D02f3404e Remount is not needed, we perform a reboot later anyhow --- xml/selinux/hb-using-install.xml | 11 +---------- 1 files changed, 1 insertions(+), 10 deletions(-) diff --git a/xml/selinux/hb-using-install.xml b/xml/selinux/hb-using-inst= all.xml index bb3a984..0255f41 100644 --- a/xml/selinux/hb-using-install.xml +++ b/xml/selinux/hb-using-install.xml @@ -8,7 +8,7 @@ =20 0 -2011-02-12 +2011-02-13 =20
Installing Gentoo Hardened @@ -107,15 +107,6 @@ To configure the /tmp mount, edit your = /etc/fstab: tmpfs /tmp tmpfs defaults,noexec,nosuid,rootcontext=3Dsystem_u:obj= ect_r:tmp_t 0 0 =20 -

-Unmount and remount the /tmp file system. -

- -
-~# umount /tmp
-~# mount /tmp
-
-