]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Set perms on /var/lib/libvirt/boot to 0711
authorMark McLoughlin <markmc@redhat.com>
Thu, 6 Aug 2009 14:20:36 +0000 (15:20 +0100)
committerMark McLoughlin <markmc@redhat.com>
Mon, 10 Aug 2009 08:00:02 +0000 (09:00 +0100)
Allow qemu user to open kernel/initrds in this dir, but still prevent
others from listing it.

* libvirt.spec.in: set /var/lib/libvirt/boot perms to 0711

libvirt.spec.in

index 66ec070d842705c13bdd0ecb50e33b05f0b4441d..dad97ec56bf0ad2d6da9611ef6684385ac5471f8 100644 (file)
@@ -490,7 +490,7 @@ fi
 
 %dir %{_localstatedir}/lib/libvirt/
 %dir %attr(0711, root, root) %{_localstatedir}/lib/libvirt/images/
-%dir %attr(0700, root, root) %{_localstatedir}/lib/libvirt/boot/
+%dir %attr(0711, root, root) %{_localstatedir}/lib/libvirt/boot/
 %dir %attr(0700, root, root) %{_localstatedir}/cache/libvirt/
 
 %if %{with_qemu}