aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Vermeulen <sven.vermeulen@siphos.be>2011-04-10 09:44:48 +0200
committerSven Vermeulen <sven.vermeulen@siphos.be>2011-04-10 09:44:48 +0200
commit8e04f3f061a5b9f31ccf2fcd386dbf0bf1f011c5 (patch)
tree1d3ff4d8cbc142612e150ad21ab07ca13bccc28a /xml/selinux/hb-using-install.xml
parenthtml and update of intel udref situation for virt (diff)
downloadhardened-docs-8e04f3f061a5b9f31ccf2fcd386dbf0bf1f011c5.tar.gz
hardened-docs-8e04f3f061a5b9f31ccf2fcd386dbf0bf1f011c5.tar.bz2
hardened-docs-8e04f3f061a5b9f31ccf2fcd386dbf0bf1f011c5.zip
Use Python2 for the time being
Diffstat (limited to 'xml/selinux/hb-using-install.xml')
-rw-r--r--xml/selinux/hb-using-install.xml25
1 files changed, 23 insertions, 2 deletions
diff --git a/xml/selinux/hb-using-install.xml b/xml/selinux/hb-using-install.xml
index 4633d0e..5a70ec7 100644
--- a/xml/selinux/hb-using-install.xml
+++ b/xml/selinux/hb-using-install.xml
@@ -7,8 +7,8 @@
<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/hardened/selinux/hb-install.xml,v 1.5 2010/06/25 16:07:19 pebenito Exp $ -->
<sections>
-<version>2</version>
-<date>2011-03-09</date>
+<version>3</version>
+<date>2011-04-10</date>
<section>
<title>Installing Gentoo Hardened</title>
@@ -89,6 +89,27 @@ Make sure to include layman's <path>make.conf</path> in your
</body>
</subsection>
<subsection>
+<title>Switching to Python 2</title>
+<body>
+
+<p>
+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 fixed.
+</p>
+
+<pre caption="Switching to python 2">
+~# <i>eselect python list</i>
+Available Python interpreters:
+ [1] python2.7
+ [2] python3.1 *
+
+~# <i>eselect python set 1</i>
+~# <i>source /etc/profile</i>
+</pre>
+
+</body>
+</subsection>
+<subsection>
<title>Optional: Setting the /tmp context</title>
<body>