diff options
author | Martin Pitt <mpitt@debian.org> | 2009-03-10 13:21:33 +0100 |
---|---|---|
committer | Martin Pitt <mpitt@debian.org> | 2009-03-10 13:21:33 +0100 |
commit | bebb728f63bed639079ad83425461036072f1548 (patch) | |
tree | 3917894beac8d0b9e85b7c9ac106712de856b47e | |
parent | 218d81336ca6a864e91081ca4d5878165430fddc (diff) | |
download | cups-bebb728f63bed639079ad83425461036072f1548.tar.gz |
debian/local/apparmor-profile: Allow cups to read /etc/likewise, for
authentication. (LP: #303927)
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/local/apparmor-profile | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 9477e6c9..2f0dc144 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,8 @@ cups (1.3.9-15) UNRELEASED; urgency=low authentication. (LP: #324645) * Add bzr-builddeb configuration (merge mode). * debian/watch: Update so that it works again. + * debian/local/apparmor-profile: Allow cups to read /etc/likewise, for + authentication. (LP: #303927) -- Martin Pitt <mpitt@debian.org> Mon, 02 Mar 2009 14:15:00 +0100 diff --git a/debian/local/apparmor-profile b/debian/local/apparmor-profile index 31f5ebf4..2e2b03f5 100644 --- a/debian/local/apparmor-profile +++ b/debian/local/apparmor-profile @@ -121,6 +121,10 @@ /etc/krb5.keytab rk, /etc/cups/krb5.keytab rwk, /tmp/krb5cc* k, + + # likewise authentication + /etc/likewise r, + /etc/likewise/* r, } # separate profile since this needs to write into /home |