5
0
mirror of git://git.proxmox.com/git/pve-access-control.git synced 2025-01-03 01:17:55 +03:00

acl: add missing SDN ACL paths to allowed list

else it's not actually possible to define ACLs on them, which means they are
effectively root only instead of allowing their intended permission scheme.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2023-11-08 07:55:17 +01:00 committed by Thomas Lamprecht
parent 3d7afd6f3e
commit 7b5d2abde5

View File

@ -1266,6 +1266,12 @@ sub check_path {
|/pool
|/pool/[[:alnum:]\.\-\_]+
|/sdn
|/sdn/controllers
|/sdn/controllers/[[:alnum:]\_\-]+
|/sdn/dns
|/sdn/dns/[[:alnum:]]+
|/sdn/ipams
|/sdn/ipams/[[:alnum:]]+
|/sdn/zones
|/sdn/zones/[[:alnum:]\.\-\_]+
|/sdn/zones/[[:alnum:]\.\-\_]+/[[:alnum:]\.\-\_]+