aboutsummaryrefslogtreecommitdiffstats
path: root/qemu-monitor.hx
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2010-05-04 13:20:31 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2010-05-10 11:36:04 -0500
commit0e4aec988c813227dccff705c2cd10b0f954bf23 (patch)
tree87fee12fc4f9d901aa3f10ae6ccf752960f8c7b0 /qemu-monitor.hx
parent21413d683b1fa264d82b6a3408ec8f2b5ce29d27 (diff)
doc: Fix acl monitor command documentation
Commit 15dfcd45 added acl_add and acl_reset, but fat-fingered their documentation to read acl_allow and acl_remove. Signed-off-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'qemu-monitor.hx')
-rw-r--r--qemu-monitor.hx7
1 files changed, 4 insertions, 3 deletions
diff --git a/qemu-monitor.hx b/qemu-monitor.hx
index 21aeb6b2d..bf47ae052 100644
--- a/qemu-monitor.hx
+++ b/qemu-monitor.hx
@@ -1063,8 +1063,8 @@ ETEXI
},
STEXI
-@item acl_allow @var{aclname} @var{match} @code{allow|deny} [@var{index}]
-@findex acl_allow
+@item acl_add @var{aclname} @var{match} @code{allow|deny} [@var{index}]
+@findex acl_add
Add a match rule to the access control list, allowing or denying access.
The match will normally be an exact username or x509 distinguished name,
but can optionally include wildcard globs. eg @code{*@@EXAMPLE.COM} to
@@ -1096,7 +1096,8 @@ ETEXI
},
STEXI
-@item acl_remove @var{aclname}
+@item acl_reset @var{aclname}
+@findex acl_reset
Remove all matches from the access control list, and set the default
policy back to @code{deny}.
ETEXI