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

Till Kamppeter till-guest at alioth.debian.org
Thu Feb 7 17:32:32 UTC 2008


Author: till-guest
Date: Thu Feb  7 17:32:32 2008
New Revision: 674

Log:
Added Kerberos authentication support to the AppArmor profile (LP: #189022).


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	Thu Feb  7 17:32:32 2008
@@ -1,3 +1,10 @@
+cupsys (1.3.5-1ubuntu4) hardy; urgency=low
+
+  * debian/local/apparmor-profile: Added Kerberos authentication support
+    to the AppArmor profile (LP: #189022).
+
+ -- Till Kamppeter <till.kamppeter at gmail.com>  Thu,  7 Feb 2008 19:01:06 +0100
+
 cupsys (1.3.5-1ubuntu3) hardy; 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	Thu Feb  7 17:32:32 2008
@@ -102,6 +102,10 @@
 
   # FIXME: no policy ATM for hplip
   /usr/bin/hpijs Ux,
+
+  # Kerberos authentication
+  /etc/krb5.conf rw,
+  /etc/cups/krb5.keytab k,
 }
 
 # separate profile since this needs to write into /home



More information about the Pkg-cups-devel mailing list