• E
    rpm: fix /var/lib/libvirt permissions · f970d802
    Eric Blake 提交于
    https://bugzilla.redhat.com/show_bug.cgi?id=649511
    
    Regression of forcing 0700 permissions (which breaks guest startup
    because the qemu user can't see /var/lib/libvirt/*.monitor) was
    introduced in commit 66823690, as part of libvirt 0.8.2.
    
    * libvirt.spec.in (%files): Drop %{_localstatedir}/lib/libvirt,
    since libvirt depends on libvirt-client.
    (%files client): Guarantee 755 permissions on
    %(_localstatedir}/lib/libvirt, since the qemu user must be able to
    do pathname resolution to a subdirectory.
    f970d802
libvirt.spec.in 36.2 KB