mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-28 21:07:56 +00:00
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 <steve@nxnw.org> Acked-by: Christian Boltz <apparmor@cboltz.de>
This commit is contained in:
parent
6eb46b7b0c
commit
5b92ef4b10
@ -17,8 +17,11 @@
|
|||||||
## Be verbose
|
## Be verbose
|
||||||
#verbose
|
#verbose
|
||||||
|
|
||||||
## Set include path
|
## Set additional include path
|
||||||
#Include /etc/apparmor.d/abstractions
|
#Include /etc/apparmor.d/
|
||||||
|
# or
|
||||||
|
#Include /usr/share/apparmor
|
||||||
|
|
||||||
|
|
||||||
## Set location of apparmor filesystem
|
## Set location of apparmor filesystem
|
||||||
#subdomainfs /sys/kernel/security/apparmor
|
#subdomainfs /sys/kernel/security/apparmor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user