This is consistent with libvirt's own polkit configuration,
which grants users in the libvirt group full administrative
access to the system daemon.
Signed-off-by: Andrea Bolognani <abologna(a)redhat.com>
---
data/system/org.libvirt.conf.in | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/data/system/org.libvirt.conf.in b/data/system/org.libvirt.conf.in
index fe61b70..45fd4de 100644
--- a/data/system/org.libvirt.conf.in
+++ b/data/system/org.libvirt.conf.in
@@ -12,4 +12,8 @@
<allow send_destination="org.libvirt"/>
</policy>
+ <policy group="libvirt">
+ <allow send_destination="org.libvirt"/>
+ </policy>
+
</busconfig>
--
2.17.1