]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Allow others to browse /var/lib/libvirt/qemu
authorMartin Kletzander <mkletzan@redhat.com>
Tue, 8 Sep 2015 16:34:36 +0000 (18:34 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Mon, 14 Sep 2015 08:06:00 +0000 (10:06 +0200)
commitf05f005c8b0ec8a53bb7fd6da65f4ac08afac858
treef1c4c7c30b474807b5f73c98837f8ef0a6461324
parent192a13948905668955ff39e32d4622f8511fadf0
qemu: Allow others to browse /var/lib/libvirt/qemu

Commit f1f68ca33433 tried fixing running multiple domains under various
users, but if the user can't browse the directory, it's hard for the
qemu running under that user to create the monitor socket.

The permissions need to be fixed in two places in the spec file due to
support for both installations with and without driver modules.

Creating a directory with '$(MKDIR_P) -m' shouldn't fail even on systems
where autoconf needs to fallback to 'install-sh -d'.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1146886

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
libvirt.spec.in
src/Makefile.am