From 756d622db3627798562eb0d208b3c2ef63f67a44 Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Tue, 20 Oct 2015 23:42:41 +0200 Subject: [PATCH] Re-enable check-logprof in profiles 'make check' target aa-logprof is able to parse all profiles, so there is no longer a reason to skip this test. This patch reverts r2097 and r2098 from 2013-01-02. Acked-by: Kshitij Gupta Acked-by: John Johansen (and now that the tests work even if logprof.conf doesn't exist, Steve's NACK is no longer valid) --- profiles/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/profiles/Makefile b/profiles/Makefile index 44abdd719..1e5beda1e 100644 --- a/profiles/Makefile +++ b/profiles/Makefile @@ -78,11 +78,8 @@ endif IGNORE_FILES=${EXTRAS_SOURCE}/README CHECK_PROFILES=$(filter-out ${IGNORE_FILES} ${SUBDIRS}, $(wildcard ${PROFILES_SOURCE}/*) $(wildcard ${EXTRAS_SOURCE}/*)) -# check-logprof is disabled here because it has not kept up with -# advances in the apparmor policy language. Re-enable when it is -# updated. .PHONY: check -check: check-parser +check: check-parser check-logprof .PHONY: check-parser check-parser: local