Gnome applications are now quite interested in reading /usr/share/poppler/cMap/**. These files are included in the poppler-data package on Ubuntu, and their 'r' denials create quite a bit of noise. Apparently they are needed to display PDF documents containing CJK characters with libpoppler. I added it to the gnome abstraction because several applications not linked against poppler are consulting this data.
-- Jamie Strandboge | http://www.canonical.com
Author: Jamie Strandboge <[email protected]> Description: update gnome abstraction for new poppler cMap paths Forwarded: yes Index: apparmor-2.8.0/profiles/apparmor.d/abstractions/gnome =================================================================== --- apparmor-2.8.0.orig/profiles/apparmor.d/abstractions/gnome 2012-01-11 07:17:32.000000000 -0600 +++ apparmor-2.8.0/profiles/apparmor.d/abstractions/gnome 2012-08-14 13:33:47.000000000 -0500 @@ -83,3 +83,6 @@ # mime-types /etc/gnome/defaults.list r, /usr/share/gnome/applications/mimeinfo.cache r, + + # poppler CMap tables + /usr/share/poppler/cMap/** r,
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
