Hello community, here is the log from the commit of package apparmor for openSUSE:Factory checked in at Thu Mar 10 12:49:13 CET 2011.
-------- --- apparmor/apparmor.changes 2011-02-22 13:47:19.000000000 +0100 +++ /mounts/work_src_done/STABLE/apparmor/apparmor.changes 2011-03-01 11:03:17.000000000 +0100 @@ -1,0 +2,10 @@ +Tue Mar 1 09:56:30 UTC 2011 - [email protected] + +- Additional libvirt related fixes in usr.sbin.dnsmasq (bnc#675867) + +------------------------------------------------------------------- +Thu Feb 24 15:52:15 CET 2011 - [email protected] + +- Added 'network packet raw' to dhclient profile. + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ apparmor.spec ++++++ --- /var/tmp/diff_new_pack.HnKFRs/_old 2011-03-10 12:48:45.000000000 +0100 +++ /var/tmp/diff_new_pack.HnKFRs/_new 2011-03-10 12:48:45.000000000 +0100 @@ -49,7 +49,7 @@ %endif Summary: AppArmor userlevel parser utility Version: %{srcversion}.%{bzr_commit} -Release: 54 +Release: 55 Group: Productivity/Networking/Security Source0: apparmor-%{srcversion}.tar.bz2 Source1: %{name}-profile-editor.png ++++++ apparmor-2.5.1-dnsmasq-libvirt-profile-fix ++++++ --- /var/tmp/diff_new_pack.HnKFRs/_old 2011-03-10 12:48:45.000000000 +0100 +++ /var/tmp/diff_new_pack.HnKFRs/_new 2011-03-10 12:48:45.000000000 +0100 @@ -10,8 +10,10 @@ profiles/apparmor.d/usr.sbin.dnsmasq | 6 ++++++ 1 file changed, 6 insertions(+) ---- a/profiles/apparmor.d/usr.sbin.dnsmasq -+++ b/profiles/apparmor.d/usr.sbin.dnsmasq +Index: apparmor-2.5.1/profiles/apparmor.d/usr.sbin.dnsmasq +=================================================================== +--- apparmor-2.5.1.orig/profiles/apparmor.d/usr.sbin.dnsmasq ++++ apparmor-2.5.1/profiles/apparmor.d/usr.sbin.dnsmasq @@ -8,6 +8,9 @@ capability setgid, capability setuid, @@ -22,12 +24,14 @@ /etc/dnsmasq.conf r, /etc/dnsmasq.d/ r, -@@ -19,5 +22,8 @@ +@@ -19,5 +22,10 @@ /var/run/dnsmasq/ r, /var/run/dnsmasq/* rw, + /var/run/libvirt/network/ r, # Required when called by libvirt + /var/run/libvirt/network/*.pid rw, # Required when called by libvirt ++ /var/lib/libvirt/dnsmasq/ r, # Required when called by libvirt ++ /var/lib/libvirt/dnsmasq/*.hostsfile r, # Required when called by libvirt + /var/lib/misc/dnsmasq.leases rw, # Required only for DHCP server usage } ++++++ apparmor-profiles-dhclient ++++++ --- /var/tmp/diff_new_pack.HnKFRs/_old 2011-03-10 12:48:46.000000000 +0100 +++ /var/tmp/diff_new_pack.HnKFRs/_new 2011-03-10 12:48:46.000000000 +0100 @@ -4,9 +4,9 @@ Signed-off-by: Jeff Mahoney <[email protected]> --- - profiles/apparmor/profiles/extras/sbin.dhclient | 60 +++++++++++------ + profiles/apparmor/profiles/extras/sbin.dhclient | 61 +++++++++++------ profiles/apparmor/profiles/extras/sbin.dhclient-script | 21 +++++ - 2 files changed, 60 insertions(+), 21 deletions(-) + 2 files changed, 61 insertions(+), 21 deletions(-) --- a/profiles/apparmor/profiles/extras/sbin.dhclient +++ b/profiles/apparmor/profiles/extras/sbin.dhclient @@ -29,7 +29,7 @@ #include <tunables/global> -@@ -25,25 +25,29 @@ +@@ -25,25 +25,30 @@ #include <abstractions/base> #include <abstractions/bash> #include <abstractions/nameservice> @@ -39,6 +39,7 @@ - /bin/df rmix, + + network packet packet, ++ network packet raw, + + /sbin/dhclient mrix, + @@ -74,7 +75,7 @@ /var/lib/dhcp/dhclient.leases rw, /var/lib/dhcp/dhclient-*.leases rw, /var/log/lastlog r, -@@ -53,4 +57,18 @@ +@@ -53,4 +58,18 @@ /var/run/dhclient-*.pid rw, /var/spool r, /var/spool/mail r, ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
