From: Ján Tomko Date: Thu, 27 Jun 2019 15:39:50 +0000 (+0200) Subject: docs: fix acl permission docs X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=bf4a620f1712a00b7283e3b25badc26b90f99d0f;p=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 Reviewed-by: Andrea Bolognani --- diff --git a/docs/genaclperms.pl b/docs/genaclperms.pl index d878321a90..34c526021c 100755 --- a/docs/genaclperms.pl +++ b/docs/genaclperms.pl @@ -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", );