86ade05802
- add patch with upstream changes since 2.7.0 beta2 release - add example parser.conf - print warning if profile cache directory doesn't exist - remove initscript for no longer existing aa-eventd (bnc#720617) - set correct $HOME in aa-notify - enable caching of profiles (= massive speedup) (bnc#689458) - add comments for patches in .spec and comments in some patches - run spec-cleaner - add libtool as buildrequire to make the spec file more reliable OBS-URL: https://build.opensuse.org/request/show/87208 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apparmor?expand=0&rev=24
24 lines
620 B
Diff
24 lines
620 B
Diff
Enable caching of profiles.
|
|
|
|
This speeds up loading the (unchanged) profiles about 20 times.
|
|
|
|
Upstream doesn't enable caching because the cache directory is not
|
|
writeable at the time profiles are loaded in Ubuntu.
|
|
|
|
See also bnc#689458
|
|
|
|
|
|
Signed-off by: Christian Boltz <apparmor@cboltz.de>
|
|
|
|
--- a/parser/parser.conf_ORIG 2011-10-09 20:59:31.000000000 +0200
|
|
+++ b/parser/parser.conf 2011-10-09 21:00:15.000000000 +0200
|
|
@@ -28,7 +28,7 @@
|
|
# match-string "pattern=aadfa audit perms=crwxamlk/ user::other"
|
|
|
|
## Turn creating/updating of the cache on by default
|
|
-#write-cache
|
|
+write-cache
|
|
|
|
## Show cache hits
|
|
#show-cache
|