Fontconfig used to store its cache in ~/.fontconfig. This has moved to
~/.cache/fontconfig. Adjust the fonts abstraction for this.

-- 
Jamie Strandboge             | http://www.canonical.com
Author: Jamie Strandboge <[email protected]>
Description: update fonts abstraction for new fontconfig paths
Forwarded: yes

Index: apparmor-2.8.0/profiles/apparmor.d/abstractions/fonts
===================================================================
--- apparmor-2.8.0.orig/profiles/apparmor.d/abstractions/fonts	2012-03-02 15:08:03.000000000 -0600
+++ apparmor-2.8.0/profiles/apparmor.d/abstractions/fonts	2012-08-14 11:24:45.000000000 -0500
@@ -37,8 +37,8 @@
   @{HOME}/.fonts/                       r,
   @{HOME}/.fonts/**                     r,
   @{HOME}/.fonts.cache-2               mr,
-  @{HOME}/.fontconfig/                  r,
-  @{HOME}/.fontconfig/**              mrl,
+  @{HOME}/.{,cache/}fontconfig/         r,
+  @{HOME}/.{,cache/}fontconfig/**     mrl,
   @{HOME}/.fonts.conf.d/                r,
   @{HOME}/.fonts.conf.d/**              r,
 

Attachment: signature.asc
Description: This is a digitally signed message part

-- 
AppArmor mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/apparmor

Reply via email to