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

Martin Pitt mpitt at alioth.debian.org
Sun Oct 14 20:11:33 UTC 2007


Author: mpitt
Date: Sun Oct 14 20:11:33 2007
New Revision: 608

Log:
* debian/local/apparmor-profile: Allow 'm' (executable mmapping) of
  /etc/shadow. This does not actually extend privileges since it is already
  readable, and does not actually make sense, but some weird backends want
  to do it nevertheless. (LP: #152061)

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	Sun Oct 14 20:11:33 2007
@@ -1,3 +1,12 @@
+cupsys (1.3.2-1ubuntu6) UNRELEASED; urgency=low
+
+  * debian/local/apparmor-profile: Allow 'm' (executable mmapping) of
+    /etc/shadow. This does not actually extend privileges since it is already
+    readable, and does not actually make sense, but some weird backends want
+    to do it nevertheless. (LP: #152061)
+
+ -- Martin Pitt <martin.pitt at ubuntu.com>  Sun, 14 Oct 2007 22:01:31 +0200
+
 cupsys (1.3.2-1ubuntu5) gutsy; urgency=low
 
   * Revert previous approach to symlinking of documentation directories, and

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	Sun Oct 14 20:11:33 2007
@@ -37,6 +37,7 @@
   /etc/cups/** rw,
   /etc/foomatic/* r,
   /etc/gai.conf r,
+  /etc/shadow m,
   /etc/passwd m,
   /etc/group m,
   /etc/papersize r,



More information about the Pkg-cups-devel mailing list