mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
remote_protocol: Fix list of supported ACL object names
Add missing and fix spelling of existing ones. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
928e741172
commit
1f1bd6ab2d
@ -3974,8 +3974,9 @@ enum remote_procedure {
|
||||
* Declare the access control requirements for the API. May be repeated
|
||||
* multiple times, if multiple rules are required.
|
||||
*
|
||||
* <object> is one of 'connect', 'domain', 'network', 'storagepool',
|
||||
* 'interface', 'nodedev', 'secret'.
|
||||
* <object> is one of 'connect', 'domain', 'interface', 'network',
|
||||
* 'network_port', 'node_device', 'nwfilter',
|
||||
* 'nwfilter_binding', 'secret', 'storage_pool', 'storage_vol'
|
||||
* <permission> is one of the permissions in access/viraccessperm.h
|
||||
* <flagname> indicates the rule only applies if the named flag
|
||||
* is set in the API call
|
||||
|
Loading…
Reference in New Issue
Block a user