daemon: Make the default PolicyKit policy auth_admin_keep.

This commit is contained in:
Richard W.M. Jones 2012-10-15 09:01:13 +01:00
parent 8cd327fa7f
commit 91b1c69f9f

View File

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