[packages/apparmor-parser] - use config option for profile cache

arekm arekm at pld-linux.org
Sun Feb 7 18:56:56 CET 2021


commit 70cbcb543d736cf083f5e12d5b45de7a72798d3d
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Sun Feb 7 18:56:47 2021 +0100

    - use config option for profile cache

 apparmor-parser-pld.patch | 22 ++++++++++------------
 1 file changed, 10 insertions(+), 12 deletions(-)
---
diff --git a/apparmor-parser-pld.patch b/apparmor-parser-pld.patch
index d31e4fa..cda8b61 100644
--- a/apparmor-parser-pld.patch
+++ b/apparmor-parser-pld.patch
@@ -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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/apparmor-parser.git/commitdiff/70cbcb543d736cf083f5e12d5b45de7a72798d3d



More information about the pld-cvs-commit mailing list