mirror of
https://git.proxmox.com/git/pve-access-control
synced 2025-10-05 07:46:44 +00:00
add missing paths in check_path
* /access/realm/<realm>
* /access/groups/<group>
were overlooked when fixing #1500
see: https://forum.proxmox.com/threads/are-group-acls-broken-in-v6-4.91000/
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
(cherry picked from commit 8737ff3718
)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
3470fad8c1
commit
5af0a4739b
@ -935,7 +935,9 @@ sub check_path {
|
|||||||
/
|
/
|
||||||
|/access
|
|/access
|
||||||
|/access/groups
|
|/access/groups
|
||||||
|
|/access/groups/[[:alnum:]\.\-\_]+
|
||||||
|/access/realm
|
|/access/realm
|
||||||
|
|/access/realm/[[:alnum:]\.\-\_]+
|
||||||
|/nodes
|
|/nodes
|
||||||
|/nodes/[[:alnum:]\.\-\_]+
|
|/nodes/[[:alnum:]\.\-\_]+
|
||||||
|/pool
|
|/pool
|
||||||
|
Loading…
Reference in New Issue
Block a user