mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
Subject: update gnome abstraction to allow reading
/usr/share/poppler/cMap/** Merge from trunk commit 2065.1.3 Original message: 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. Acked-By: Jamie Strandboge <jamie@canonical.com> Acked-By: Steve Beattie <sbeattie@ubuntu.com> Nominated-by: Christian Boltz <apparmor@cboltz.de> Acked-by: Steve Beattie <sbeattie@ubuntu.com>
This commit is contained in:
parent
0da19a9474
commit
590a39e194
1 changed files with 3 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue