Hello community,

here is the log from the commit of package apparmor for openSUSE:Factory 
checked in at 2013-10-31 15:38:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apparmor (Old)
 and      /work/SRC/openSUSE:Factory/.apparmor.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "apparmor"

Changes:
--------
--- /work/SRC/openSUSE:Factory/apparmor/apparmor.changes        2013-10-21 
12:28:33.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.apparmor.new/apparmor.changes   2013-10-31 
15:38:14.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Oct 30 11:06:39 UTC 2013 - [email protected]
+
+- add apparmor-profiles-dnsmasq.diff - add missing permissions for
+  libvirt-generated files to dnsmasq profile (bnc#848215)
+
+-------------------------------------------------------------------

New:
----
  apparmor-profiles-dnsmasq.diff

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ apparmor.spec ++++++
--- /var/tmp/diff_new_pack.5brQGc/_old  2013-10-31 15:38:15.000000000 +0100
+++ /var/tmp/diff_new_pack.5brQGc/_new  2013-10-31 15:38:15.000000000 +0100
@@ -115,6 +115,9 @@
 # Add support for eDirectory calls in abstractions/nameservice. Not accepted 
upstream (yet) because of open questions
 Patch12:        apparmor-2.5.1-edirectory-profile
 
+# dnsmasq - add missing read permisions for libvirt files - bnc#848215 - 
committed upstream trunk r2238, 2.8 branch r2101
+Patch13:        apparmor-profiles-dnsmasq.diff
+
 # create Immunix::SubDomain perl module - only included for openSUSE <= 12.1 - 
bnc#720617 #c7
 Patch21:        apparmor-utils-subdomain-compat
 
@@ -488,6 +491,7 @@
 %patch10
 %patch11
 %patch12 -p1
+%patch13
 
 # only create Immunix::SubDomain perl module for openSUSE <= 12.1 
 %if 0%{?suse_version}



++++++ apparmor-profiles-dnsmasq.diff ++++++
=== modified file 'profiles/apparmor.d/usr.sbin.dnsmasq'
--- profiles/apparmor.d/usr.sbin.dnsmasq        2013-01-04 17:46:39 +0000
+++ profiles/apparmor.d/usr.sbin.dnsmasq        2013-10-30 19:32:39 +0000
@@ -42,10 +42,10 @@
   @{TFTP_DIR}/ r,
   @{TFTP_DIR}/** r,
 
-  # libvirt lease and hosts files for dnsmasq
+  # libvirt config, lease and hosts files for dnsmasq
   /var/lib/libvirt/dnsmasq/            r,
+  /var/lib/libvirt/dnsmasq/*        r,
   /var/lib/libvirt/dnsmasq/*.leases rw,
-  /var/lib/libvirt/dnsmasq/*.hostsfile r,
 
   # libvirt pid files for dnsmasq
   /{,var/}run/libvirt/network/      r,

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to