diff options
author | 2019-09-03 19:47:48 -0400 | |
---|---|---|
committer | 2019-12-16 20:59:10 +0800 | |
commit | 1edfbf9cabdae17eef58f501bb6a15d9b185c05b (patch) | |
tree | 76965694c995adf14c46ff5d17d3921c47d481ae /INSTALL | |
parent | various: Module version bump. (diff) | |
download | hardened-refpolicy-1edfbf9cabdae17eef58f501bb6a15d9b185c05b.tar.gz hardened-refpolicy-1edfbf9cabdae17eef58f501bb6a15d9b185c05b.tar.bz2 hardened-refpolicy-1edfbf9cabdae17eef58f501bb6a15d9b185c05b.zip |
INSTALL: Fix build requirements.
Closes #85.
Signed-off-by: Chris PeBenito <pebenito@ieee.org>
Signed-off-by: Jason Zaman <perfinion@gentoo.org>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,8 +1,5 @@ Reference Policy has the following build requirements: - * libsepol 2.7 - * libsemanage 2.6 - * checkpolicy 2.6 - * policycoreutils 2.6 + * SELinux userspace 2.8 * Python >= 3.4 * GCC |