This is bug #815883. The dnsmasq profile needs to be updated for newer

libvirt. Patch is attached. The glob is needed since the lease file's
name is derived from the libvirt network name.
This commit is contained in:
Jamie Strandboge 2011-07-27 09:32:35 -05:00
parent 6c10463072
commit 2b959a80f8

View file

@ -34,6 +34,9 @@
/var/lib/misc/dnsmasq.leases rw, # Required only for DHCP server usage /var/lib/misc/dnsmasq.leases rw, # Required only for DHCP server usage
# libvirt lease files for dnsmasq
/var/lib/libvirt/dnsmasq/*.leases rw,
# libvirt pid files for dnsmasq # libvirt pid files for dnsmasq
/var/run/libvirt/network/ r, /var/run/libvirt/network/ r,
/var/run/libvirt/network/*.pid rw, /var/run/libvirt/network/*.pid rw,