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

Martin Pitt mpitt at alioth.debian.org
Tue Sep 18 17:13:45 UTC 2007


Author: mpitt
Date: Tue Sep 18 17:13:44 2007
New Revision: 599

Log:
* debian/local/apparmor-profile: Allow 'm' access to /etc/{passwd,group}.
  Apparently some backends want it that way. (part of LP #139665)

Modified:
   cupsys/branches/cups-1.2-ubuntu/   (props changed)
   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	Tue Sep 18 17:13:44 2007
@@ -1,3 +1,10 @@
+cupsys (1.3.0-4ubuntu5) UNRELEASED; urgency=low
+
+  * debian/local/apparmor-profile: Allow 'm' access to /etc/{passwd,group}.
+    Apparently some backends want it that way. (part of LP #139665)
+
+ -- Martin Pitt <martin.pitt at ubuntu.com>  Tue, 18 Sep 2007 19:13:02 +0200
+
 cupsys (1.3.0-4ubuntu4) gutsy; urgency=low
 
   [ Martin Pitt ]

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	Tue Sep 18 17:13:44 2007
@@ -37,7 +37,8 @@
   /etc/cups/** rw,
   /etc/foomatic/* r,
   /etc/gai.conf r,
-  /etc/group r,
+  /etc/passwd m,
+  /etc/group m,
   /etc/papersize r,
   /etc/printcap rwl,
   /etc/ssl/** r,



More information about the Pkg-cups-devel mailing list