mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
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: 69f9e7dbc2
Signed-off-by: Boris Fiuczynski <fiuczy@linux.ibm.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
71f531b017
commit
6e36f26651
@ -6903,6 +6903,7 @@ enum remote_procedure {
|
|||||||
/**
|
/**
|
||||||
* @generate: both
|
* @generate: both
|
||||||
* @acl: node_device:write
|
* @acl: node_device:write
|
||||||
|
* @acl: node_device:save
|
||||||
*/
|
*/
|
||||||
REMOTE_PROC_NODE_DEVICE_DEFINE_XML = 428,
|
REMOTE_PROC_NODE_DEVICE_DEFINE_XML = 428,
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user