From b6c7e3bb52bc9ab57335c72ad079eb8b7d89a0e3 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Fri, 9 Aug 2013 20:03:42 +0100 Subject: [PATCH] Fix typo in domain name in polkit acl example Signed-off-by: Daniel P. Berrange --- docs/aclpolkit.html.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/aclpolkit.html.in b/docs/aclpolkit.html.in index 3b0d81a87b..3f0689ef69 100644 --- a/docs/aclpolkit.html.in +++ b/docs/aclpolkit.html.in @@ -398,7 +398,7 @@ polkit.addRule(function(action, subject) { if (action.id == "org.libvirt.api.domain.getattr" && subject.user == "berrange") { if (action._detail_connect_driver == 'LXC' && - action._detail_domain_name == 'busy') { + action._detail_domain_name == 'demo') { return polkit.Result.YES; } else { return polkit.Result.NO; -- GitLab