mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
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 <kgupta8592@gmail.com> Acked-by: John Johansen <john.johansen@canonical.com> (and now that the tests work even if logprof.conf doesn't exist, Steve's NACK is no longer valid)
This commit is contained in:
parent
274a98d8aa
commit
756d622db3
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue