From: "Zeeshan Ali (Khattak)" <zeeshanak(a)gnome.org>
This binary is not admin-only at all and launching it as normal user is
a supported use case: session.
---
daemon/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/daemon/Makefile.am b/daemon/Makefile.am
index fbb0ae1..472e523 100644
--- a/daemon/Makefile.am
+++ b/daemon/Makefile.am
@@ -70,7 +70,7 @@ if WITH_LIBVIRTD
man8_MANS = libvirtd.8
-sbin_PROGRAMS = libvirtd
+bin_PROGRAMS = libvirtd
confdir = $(sysconfdir)/libvirt/
conf_DATA = libvirtd.conf
--
1.7.10.2