diff options
author | Martin Pitt <mpitt@debian.org> | 2009-03-19 11:22:30 +0100 |
---|---|---|
committer | Martin Pitt <mpitt@debian.org> | 2009-03-19 11:22:30 +0100 |
commit | 9e750fb6fff70cb810861414c62e533974f2b756 (patch) | |
tree | fb5f07aa75ca92415ba210352745c49fb9c87fc4 | |
parent | 4f655a54293698b672ae60435c7e17e79202226c (diff) | |
download | cups-9e750fb6fff70cb810861414c62e533974f2b756.tar.gz |
debian/local/apparmor-profile: Drop 'm' permission for /etc/passwd and
friends, which was a workaround for a kernel apparmor bug on i386. This is
fixed in current kernels. Thanks to Kees Cook for pointing this out!
(LP: #270663)
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/local/apparmor-profile | 3 |
2 files changed, 9 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 6b111246..64d61e79 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +cups (1.3.9-16) UNRELEASED; urgency=low + + * debian/local/apparmor-profile: Drop 'm' permission for /etc/passwd and + friends, which was a workaround for a kernel apparmor bug on i386. This is + fixed in current kernels. Thanks to Kees Cook for pointing this out! + (LP: #270663) + + -- Martin Pitt <mpitt@debian.org> Thu, 19 Mar 2009 11:20:14 +0100 + cups (1.3.9-15) unstable; urgency=low * Add debian/local/apport-hook.py: Apport package hook, thanks to diff --git a/debian/local/apparmor-profile b/debian/local/apparmor-profile index 2e2b03f5..eca00dae 100644 --- a/debian/local/apparmor-profile +++ b/debian/local/apparmor-profile @@ -51,9 +51,6 @@ /etc/cups/** rw, /etc/foomatic/* r, /etc/gai.conf r, - /etc/shadow m, - /etc/passwd m, - /etc/group m, /etc/papersize r, /etc/pnm2ppa.conf r, /etc/printcap rwl, |