aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Iooss <nicolas.iooss@m4x.org>2014-11-10 19:05:29 +0100
committerSven Vermeulen <sven.vermeulen@siphos.be>2014-11-22 17:24:37 +0100
commit8417dc67710b700fb07902f2061e4e5856a6dfa6 (patch)
tree22039bda2643b327fbf2dd6248e9b82a4a629764 /INSTALL
parentAdd new audit_read access vector in capability2 class (diff)
downloadhardened-refpolicy-8417dc67710b700fb07902f2061e4e5856a6dfa6.tar.gz
hardened-refpolicy-8417dc67710b700fb07902f2061e4e5856a6dfa6.tar.bz2
hardened-refpolicy-8417dc67710b700fb07902f2061e4e5856a6dfa6.zip
Update Python requirement in INSTALL
PyXML has not been required to build the policy and its documentation since at least Python 2.6, which comes with an "xml" module. Moreover, some support scripts requires Python 2.6 or above (and are compatible with Python 3.4, maybe also with other versions of Python 3). Add the minimum supported version of Python in INSTALL. ML thread: http://oss.tresys.com/pipermail/refpolicy/2014-November/007440.html
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index f168ff59..5250cbe7 100644
--- a/INSTALL
+++ b/INSTALL
@@ -3,7 +3,7 @@ Reference Policy has the following build requirements:
* libsemanage 2.1.6
* checkpolicy 2.1.8
* policycoreutils 2.1.10
- * Python PyXML
+ * Python >= 2.6
* GCC
To install Reference Policy sources into /etc/selinux/refpolicy/src/policy: