]> xenbits.xensource.com Git - libvirt.git/commitdiff
Fix typo in domain name in polkit acl example
authorDaniel P. Berrange <dan@berrange.com>
Fri, 9 Aug 2013 19:03:42 +0000 (20:03 +0100)
committerDaniel P. Berrange <dan@berrange.com>
Fri, 9 Aug 2013 19:03:42 +0000 (20:03 +0100)
Signed-off-by: Daniel P. Berrange <dan@berrange.com>
docs/aclpolkit.html.in

index 3b0d81a87b385207a5c43076442472f3ffa048ae..3f0689ef6980d162793b440387d8908b563e4ade 100644 (file)
@@ -398,7 +398,7 @@ polkit.addRule(function(action, subject) {
     if (action.id == "org.libvirt.api.domain.getattr" &amp;&amp;
         subject.user == "berrange") {
           if (action._detail_connect_driver == 'LXC' &amp;&amp;
-              action._detail_domain_name == 'busy') {
+              action._detail_domain_name == 'demo') {
             return polkit.Result.YES;
           } else {
             return polkit.Result.NO;