mirror of https://gitee.com/openkylin/libvirt.git
docs: fix acl permission docs
We have been grouping network-port and nwfilter-binding permissions under virNetworkPtr and virNWFilterPtr respectively. Add the two missing classes that were matched because they contain a substring of others. Signed-off-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
parent
df1b5cf02e
commit
bf4a620f17
|
@ -22,7 +22,8 @@ use warnings;
|
|||
|
||||
my @objects = (
|
||||
"CONNECT", "DOMAIN", "INTERFACE",
|
||||
"NETWORK","NODE_DEVICE", "NWFILTER",
|
||||
"NETWORK_PORT", "NETWORK", "NODE_DEVICE",
|
||||
"NWFILTER_BINDING", "NWFILTER",
|
||||
"SECRET", "STORAGE_POOL", "STORAGE_VOL",
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue