]> git.pld-linux.org Git - packages/apparmor-parser.git/blame - apparmor-parser-pld.patch
- up to 2.7.2
[packages/apparmor-parser.git] / apparmor-parser-pld.patch
CommitLineData
1a5177de
AM
1=== modified file 'parser/rc.apparmor.functions'
2--- parser/rc.apparmor.functions 2011-06-01 14:52:35 +0000
3+++ parser/rc.apparmor.functions 2011-07-14 06:56:45 +0000
1a5177de
AM
4@@ -206,7 +207,7 @@
5 if force_complain "${profile}" ; then
6 COMPLAIN="-C"
7 fi
8- $PARSER $ABSTRACTIONS $PARSER_ARGS $COMPLAIN "$profile" > /dev/null
16be80f5 9+ $PARSER $ABSTRACTIONS $PARSER_ARGS $PARSER_CUSTOM_ARGS -W $COMPLAIN "$profile" > /dev/null
1a5177de
AM
10 if [ $? -ne 0 ]; then
11 aa_log_failure_msg "$profile failed to load"
12 STATUS=1
13
14=== modified file 'parser/subdomain.conf'
15--- parser/subdomain.conf 2011-01-13 21:58:26 +0000
16+++ parser/subdomain.conf 2011-07-14 06:59:27 +0000
17@@ -23,6 +23,11 @@
18 # Enable the AppArmor event daemon for reporting?
19 APPARMOR_ENABLE_AAEVENTD="no"
20
21+## Path: System/AppArmor
22+## Description: Custom user flags for apparmor profile parser
23+#
24+PARSER_CUSTOM_ARGS=""
25+
26 #SUBDOMAIN_MODULE_PANIC=XXX
27 #This option controls how subdomain behaves when the init script attempts
28 #to load the AppArmor module and fails. There are 4 options
29
This page took 0.075478 seconds and 4 git commands to generate.