From 38b8d4527c2b4ff3270970d0bcfcaabc2b47260d Mon Sep 17 00:00:00 2001 From: Seth Arnold Date: Sun, 7 Jul 2013 18:30:18 -0700 Subject: [PATCH] Describe some known minimum versions of tools needed for which parts Acked-By: Christian Boltz --- README | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README b/README index 7b9220893..998c62c31 100644 --- a/README +++ b/README @@ -198,3 +198,21 @@ Building and Installing AppArmor Kernel Patches TODO + +----------------- +Required versions +----------------- + +The AppArmor userspace utilities are written with some assumptions about +installed and available versions of other tools. This is a (possibly +incomplete) list of known version dependencies: + +AppArmor.pm (used by aa-audit, aa-autodep, aa-complain, aa-disable, +aa-enforce, aa-genprof, aa-logprof, aa-unconfined) requires minimum +Perl 5.10.1. + +Python scripts require minimum Python 2.7. Some utilities may require +Python 3.3. Python 3.0, 3.1, 3.2 are largely untested. + +Most shell scripts are written for POSIX-compatible sh. aa-decode expects +bash, probably version 3.2 and higher.