]> git.pld-linux.org Git - packages/apparmor-parser.git/blob - apparmor-parser-pld.patch
d31e4facb58689140e92b8a1546f8b58dd57b9c1
[packages/apparmor-parser.git] / apparmor-parser-pld.patch
1 === modified file 'parser/rc.apparmor.functions'
2 --- parser/rc.apparmor.functions~       2020-12-02 12:01:37.000000000 +0100
3 +++ parser/rc.apparmor.functions        2021-02-07 15:19:11.388572849 +0100
4 @@ -32,7 +32,7 @@
5  # Some nice defines that we use
6  
7  PARSER=/sbin/apparmor_parser
8 -PARSER_OPTS=
9 +PARSER_OPTS="-W"
10  # Suppress warnings when booting in quiet mode
11  if [ "${QUIET:-no}" = yes ] || [ "${quiet:-n}" = y ]; then
12         PARSER_OPTS="$PARSER_OPTS --quiet"
13
This page took 0.049854 seconds and 3 git commands to generate.