-- Jamie Strandboge | http://www.canonical.com
Author: Jamie Strandboge <[email protected]> Description: allow read of @{HOME}/.cups/client.conf Bug-Ubuntu: https://launchpad.net/bugs/887992
Index: apparmor-2.7.0/profiles/apparmor.d/abstractions/cups-client
===================================================================
--- apparmor-2.7.0.orig/profiles/apparmor.d/abstractions/cups-client 2011-07-14 07:57:57.000000000 -0500
+++ apparmor-2.7.0/profiles/apparmor.d/abstractions/cups-client 2012-01-03 13:49:43.000000000 -0600
@@ -1,7 +1,7 @@
# vim:syntax=apparmor
# ------------------------------------------------------------------
#
-# Copyright (C) 2009 Canonical Ltd.
+# Copyright (C) 2009-2012 Canonical Ltd.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of version 2 of the GNU General Public
@@ -13,3 +13,5 @@
/etc/cups/client.conf r,
# client should be able to talk the local cupsd
/{,var/}run/cups/cups.sock w,
+ # client should be able to read user-specified cups configuration
+ @{HOME}/.cups/client.conf r,
signature.asc
Description: This is a digitally signed message part
-- AppArmor mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/apparmor
