libvirt/libvirtd-polkit.patch

15 lines
598 B
Diff

diff -ru a/qemud/libvirtd.policy b/qemud/libvirtd.policy
--- a/qemud/libvirtd.policy 2007-12-05 11:21:27.000000000 -0700
+++ b/qemud/libvirtd.policy 2008-05-09 09:28:26.000000000 -0600
@@ -36,7 +36,7 @@
read-write mode for management, and we require user password -->
<allow_any>no</allow_any>
<allow_inactive>no</allow_inactive>
- <allow_active>auth_self_keep_session</allow_active>
+ <allow_active>auth_admin_keep_session</allow_active>
</defaults>
</action>
</policyconfig>
\ No newline at end of file
Only in b/qemud: libvirtd.policy~