[Pkg-cups-devel] r543 - in cupsys/branches/cups-1.2-ubuntu/debian: . local

Martin Pitt mpitt at alioth.debian.org
Fri Aug 10 16:14:28 UTC 2007


Author: mpitt
Date: Fri Aug 10 16:14:28 2007
New Revision: 543

Log:
* debian/local/apparmor-profile: Unbreak library access (for e. g.
  ghostscript and gutenprint) and allow execution of pdftops and pstops.

Modified:
   cupsys/branches/cups-1.2-ubuntu/debian/changelog
   cupsys/branches/cups-1.2-ubuntu/debian/local/apparmor-profile

Modified: cupsys/branches/cups-1.2-ubuntu/debian/changelog
==============================================================================
--- cupsys/branches/cups-1.2-ubuntu/debian/changelog	(original)
+++ cupsys/branches/cups-1.2-ubuntu/debian/changelog	Fri Aug 10 16:14:28 2007
@@ -9,8 +9,10 @@
   * debian/local/filters/pdftops: Do not pass /etc/cups/pdftops.conf to
     pdftops if it does not exist (poppler-utils does not have this file).
     (LP: #125300)
+  * debian/local/apparmor-profile: Unbreak library access (for e. g.
+    ghostscript and gutenprint) and allow execution of pdftops and pstops.
 
- -- Martin Pitt <martin.pitt at ubuntu.com>  Fri, 10 Aug 2007 18:11:56 +0200
+ -- Martin Pitt <martin.pitt at ubuntu.com>  Fri, 10 Aug 2007 18:13:30 +0200
 
 cupsys (1.2.12-3ubuntu1) gutsy; urgency=low
 

Modified: cupsys/branches/cups-1.2-ubuntu/debian/local/apparmor-profile
==============================================================================
--- cupsys/branches/cups-1.2-ubuntu/debian/local/apparmor-profile	(original)
+++ cupsys/branches/cups-1.2-ubuntu/debian/local/apparmor-profile	Fri Aug 10 16:14:28 2007
@@ -39,8 +39,11 @@
   /sys/** r,
   /usr/bin/foomatic* ixr,
   /usr/bin/gs ixr,
+  /usr/bin/pdftops ixr,
+  /usr/bin/pstops ixr,
   /usr/bin/smbspool ixr,
   /usr/bin/whoami ixr,
+  /usr/lib/** rm,
   /usr/lib/cups/** ixr,
   /usr/local/share/** r,
   /usr/share/** r,



More information about the Pkg-cups-devel mailing list