The check-logprof target was not updated to use the python tools, when they were merged in. This patch fixes the issue.
(The check-logprof is not part of the 'check' target for the profiles, because it fails for the same reasons that the utils/ make check fails in environments where apparmor has not already been installed.) Signed-off-by: Steve Beattie <[email protected]> --- profiles/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: b/profiles/Makefile =================================================================== --- a/profiles/Makefile +++ b/profiles/Makefile @@ -78,7 +78,7 @@ endif ifndef LOGPROF # use ../utils logprof -LOGPROF=perl -I../utils/ ../utils/aa-logprof +LOGPROF=PYTHONPATH=../utils $(PYTHON) ../utils/aa-logprof endif IGNORE_FILES=${EXTRAS_SOURCE}/README -- Steve Beattie <[email protected]> http://NxNW.org/~steve/
signature.asc
Description: Digital signature
-- AppArmor mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/apparmor
