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 1Q8pOu-0003ri-BJ for garchives@archives.gentoo.org; Sun, 10 Apr 2011 07:49:40 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94EE61C009; Sun, 10 Apr 2011 07:49:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 52F761C00B for ; Sun, 10 Apr 2011 07:49:32 +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 89F0F1BC013 for ; Sun, 10 Apr 2011 07:49:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id A417680065 for ; Sun, 10 Apr 2011 07:49:30 +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: <8e04f3f061a5b9f31ccf2fcd386dbf0bf1f011c5.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: 8e04f3f061a5b9f31ccf2fcd386dbf0bf1f011c5 Date: Sun, 10 Apr 2011 07:49:30 +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: bfadbf18b68b896b8025de37989757bc commit: 8e04f3f061a5b9f31ccf2fcd386dbf0bf1f011c5 Author: Sven Vermeulen siphos be> AuthorDate: Sun Apr 10 07:44:48 2011 +0000 Commit: Sven Vermeulen siphos be> CommitDate: Sun Apr 10 07:44:48 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/hardened-docs= .git;a=3Dcommit;h=3D8e04f3f0 Use Python2 for the time being --- xml/selinux/hb-using-install.xml | 25 +++++++++++++++++++++++-- 1 files changed, 23 insertions(+), 2 deletions(-) diff --git a/xml/selinux/hb-using-install.xml b/xml/selinux/hb-using-inst= all.xml index 4633d0e..5a70ec7 100644 --- a/xml/selinux/hb-using-install.xml +++ b/xml/selinux/hb-using-install.xml @@ -7,8 +7,8 @@ =20 -2 -2011-03-09 +3 +2011-04-10 =20
Installing Gentoo Hardened @@ -89,6 +89,27 @@ Make sure to include layman's make.conf i= n your +Switching to Python 2 + + +

+For now, the SELinux management utilities are not compatible with Python= 3 so +we recommend to switch to Python 2 until the packages are updated and fi= xed. +

+ +
+~# eselect python list
+Available Python interpreters:
+  [1]   python2.7
+  [2]   python3.1 *
+
+~# eselect python set 1
+~# source /etc/profile
+
+ + +
+ Optional: Setting the /tmp context =20