[pve-devel] [PATCH qemu-server 0/1] api2: add check_bridge_access
Alexandre Derumier
aderumier at odiso.com
Fri May 26 09:33:46 CEST 2023
For proxmox 8, following the pve-manager patch serie
https://lists.proxmox.com/pipermail/pve-devel/2023-May/056970.html
This patch serie add check of permissions for bridge/vnets access
(currently only at vm create/update, I'm note sureif they are other
places where it should be added)
if user have access to a zone, it have access to all vnets + vnet vlans
if user have access to a vnet, it have access to the vnet + vnet vlans
if user have access to a specific vnet+vlan, it have access to the vlan only
Alexandre Derumier (1):
api2: add check_bridge_access for create/update vm
PVE/API2/Qemu.pm | 37 ++++++++++++++++++++++++++++++++++++-
1 file changed, 36 insertions(+), 1 deletion(-)
--
2.30.2
More information about the pve-devel
mailing list