[pkg-apparmor] [PATCH 3/6] Test that apparmor is able to parse the profiles.

intrigeri intrigeri at debian.org
Sat Aug 30 18:47:35 UTC 2014


Felix Geyer wrote (29 Aug 2014 21:19:22 GMT) :
> +override_dh_auto_test:
> +	mkdir -p tests/local
> +	set -ex && for profile in $(PROFILES); do \
> +	   touch tests/local/`basename $$profile`; \
> +	   apparmor_parser -aKQ -I profiles -I tests $$profile; \
> +	done

I'm curious whether this works on a system that hasn't AppArmor
enabled. Does it?

In any case, I'd rather see long option names instead of short ones.
I certainly can change this after merging, but I wouldn't mind an
additional commit on top of this patch series.

Cheers,
-- 
intrigeri



More information about the pkg-apparmor-team mailing list