From: Boris Fiuczynski Date: Wed, 28 Feb 2024 18:46:08 +0000 (+0100) Subject: remote_protocol: Fix ACL on REMOTE_PROC_NODE_DEVICE_DEFINE_XML X-Git-Tag: v10.1.0~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e36f2665148e9177240cf8414af97956c2fc2d4;p=thirdparty%2Flibvirt.git remote_protocol: Fix ACL on REMOTE_PROC_NODE_DEVICE_DEFINE_XML Adding 'save' ACL to REMOTE_PROC_NODE_DEVICE_DEFINE_XML to make REMOTE_PROC_NODE_DEVICE_UPDATE ACLs meaningful. Fixes: 69f9e7dbc24657e85761f03574779540d0f18315 Signed-off-by: Boris Fiuczynski Reviewed-by: Michal Privoznik --- diff --git a/src/remote/remote_protocol.x b/src/remote/remote_protocol.x index ffe865965d..71ae0cf6c1 100644 --- a/src/remote/remote_protocol.x +++ b/src/remote/remote_protocol.x @@ -6903,6 +6903,7 @@ enum remote_procedure { /** * @generate: both * @acl: node_device:write + * @acl: node_device:save */ REMOTE_PROC_NODE_DEVICE_DEFINE_XML = 428,