]> xenbits.xensource.com Git - libvirt.git/commitdiff
daemon: Make the default PolicyKit policy auth_admin_keep.
authorRichard W.M. Jones <rjones@redhat.com>
Mon, 15 Oct 2012 08:01:13 +0000 (09:01 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Thu, 1 Nov 2012 13:17:26 +0000 (13:17 +0000)
daemon/libvirtd.policy.in

index 2ec7716672a67ecb09d38546be5fb0342757e3b3..de1aba459386b94e6b353c7e1b852ff25804e2c9 100644 (file)
@@ -43,8 +43,8 @@ License along with this library.  If not, see
       <defaults>
         <!-- Any program can use libvirt in read/write mode if they
              provide the root password -->
-        <allow_any>auth_admin</allow_any>
-        <allow_inactive>auth_admin</allow_inactive>
+        <allow_any>@authaction@</allow_any>
+        <allow_inactive>@authaction@</allow_inactive>
         <allow_active>@authaction@</allow_active>
       </defaults>
     </action>