]> git.pld-linux.org Git - packages/apparmor-parser.git/commitdiff
- use config option for profile cache
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 7 Feb 2021 17:56:47 +0000 (18:56 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 7 Feb 2021 17:56:47 +0000 (18:56 +0100)
apparmor-parser-pld.patch

index d31e4facb58689140e92b8a1546f8b58dd57b9c1..cda8b6143f54e4a35076d8413d265e67994bfd5f 100644 (file)
@@ -1,13 +1,11 @@
-=== modified file 'parser/rc.apparmor.functions'
---- parser/rc.apparmor.functions~      2020-12-02 12:01:37.000000000 +0100
-+++ parser/rc.apparmor.functions       2021-02-07 15:19:11.388572849 +0100
-@@ -32,7 +32,7 @@
- # Some nice defines that we use
+--- apparmor-3.0.1/parser/parser.conf~ 2020-12-02 12:01:37.000000000 +0100
++++ apparmor-3.0.1/parser/parser.conf  2021-02-07 18:55:26.427209119 +0100
+@@ -31,7 +31,7 @@
+ # match-string "pattern=aadfa audit perms=crwxamlk/ user::other"
  
- PARSER=/sbin/apparmor_parser
--PARSER_OPTS=
-+PARSER_OPTS="-W"
- # Suppress warnings when booting in quiet mode
- if [ "${QUIET:-no}" = yes ] || [ "${quiet:-n}" = y ]; then
-       PARSER_OPTS="$PARSER_OPTS --quiet"
-
+ ## Turn creating/updating of the cache on by default
+-#write-cache
++write-cache
+ ## Show cache hits
+ #show-cache
This page took 0.043466 seconds and 4 git commands to generate.