From 1f1bd6ab2d9655c0afcb010f77e7a87f42cecb27 Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Tue, 21 Feb 2023 14:04:54 +0100 Subject: [PATCH] remote_protocol: Fix list of supported ACL object names MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add missing and fix spelling of existing ones. Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko --- src/remote/remote_protocol.x | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/remote/remote_protocol.x b/src/remote/remote_protocol.x index c34d6f189d..5d86a51116 100644 --- a/src/remote/remote_protocol.x +++ b/src/remote/remote_protocol.x @@ -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. * - * is one of 'connect', 'domain', 'network', 'storagepool', - * 'interface', 'nodedev', 'secret'. + * is one of 'connect', 'domain', 'interface', 'network', + * 'network_port', 'node_device', 'nwfilter', + * 'nwfilter_binding', 'secret', 'storage_pool', 'storage_vol' * is one of the permissions in access/viraccessperm.h * indicates the rule only applies if the named flag * is set in the API call