Package: evince
Version: 3.22.1-2
Severity: normal
Tags: patch
User: [email protected]
Usertags: usrmerge
X-Debbugs-Cc: [email protected]
Hi,
the attached patch makes the included AppArmor policy support
merged-/usr systems. Please consider applying it :)
Cheers,
--
intrigeri
Index: debian/apparmor-profile.abstraction
===================================================================
--- debian/apparmor-profile.abstraction (revision 51782)
+++ debian/apparmor-profile.abstraction (working copy)
@@ -46,8 +46,8 @@
/usr/bin/dvipdfmx Cx -> sanitized_helper,
# supported archivers
- /bin/gzip ixr,
- /bin/bzip2 ixr,
+ /{usr/,}bin/gzip ixr,
+ /{usr/,}bin/bzip2 ixr,
/usr/bin/unrar* ixr,
/usr/bin/unzip ixr,
/usr/bin/7zr ixr,
@@ -55,7 +55,7 @@
/usr/bin/7za ixr,
/usr/lib/p7zip/7za ixr,
/usr/bin/zipnote ixr,
- /bin/tar ixr,
+ /{usr/,}bin/tar ixr,
/usr/bin/xz ixr,
# allow read access to anything in /usr/share, for plugins and input methods