[Pkg-cups-devel] r602 - in cupsys/branches/cups-1.2-ubuntu: . debian debian/local
Martin Pitt
mpitt at alioth.debian.org
Wed Sep 19 06:40:42 UTC 2007
Author: mpitt
Date: Wed Sep 19 06:40:42 2007
New Revision: 602
Log:
* debian/local/apparmor-profile: Add forgotten /usr/lib/cups/cgi-bin/* rule
to unbreak the web interface (regression from 1.3.0-4ubuntu2).
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 Wed Sep 19 06:40:42 2007
@@ -2,8 +2,10 @@
* debian/local/apparmor-profile: Allow 'm' access to /etc/{passwd,group}.
Apparently some backends want it that way. (part of LP #139665)
+ * debian/local/apparmor-profile: Add forgotten /usr/lib/cups/cgi-bin/* rule
+ to unbreak the web interface (regression from 1.3.0-4ubuntu2).
- -- Martin Pitt <martin.pitt at ubuntu.com> Tue, 18 Sep 2007 19:13:02 +0200
+ -- Martin Pitt <martin.pitt at ubuntu.com> Wed, 19 Sep 2007 08:39:59 +0200
cupsys (1.3.0-4ubuntu4) 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 Wed Sep 19 06:40:42 2007
@@ -54,6 +54,7 @@
# we treat cups-pdf specially, since it needs to write into /home
# and thus needs extra paranoia
/usr/lib/cups/backend/cups-pdf Px,
+ /usr/lib/cups/cgi-bin/* ixr,
/usr/lib/cups/daemon/* ixr,
/usr/lib/cups/driver/* ixr,
/usr/lib/cups/monitor/* ixr,
More information about the Pkg-cups-devel
mailing list