From 5b92ef4b1094b334604c41a2b21e9c8f82de9e8d Mon Sep 17 00:00:00 2001 From: Steve Beattie Date: Mon, 9 Mar 2015 10:43:13 -0700 Subject: [PATCH] parser: adjust parser.conf example Include statements The parser.conf example statement for Include statements used /etc/apparmor.d/abstractions which is unlikely to make anyone enabling it happy as our shipped and example policies all include the 'abstractions/' directory in the relative paths. This patch adjusts the example and provides a second example, based on an enabled entry as shipped in Ubuntu. Signed-off-by: Steve Beattie Acked-by: Christian Boltz --- parser/parser.conf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/parser/parser.conf b/parser/parser.conf index 9cd2db757..641cf1db8 100644 --- a/parser/parser.conf +++ b/parser/parser.conf @@ -17,8 +17,11 @@ ## Be verbose #verbose -## Set include path -#Include /etc/apparmor.d/abstractions +## Set additional include path +#Include /etc/apparmor.d/ +# or +#Include /usr/share/apparmor + ## Set location of apparmor filesystem #subdomainfs /sys/kernel/security/apparmor