mirror of
https://git.proxmox.com/git/pve-access-control
synced 2025-11-03 19:20:19 +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>
This commit is contained in:
parent
5e868938f1
commit
8737ff3718
@ -939,7 +939,9 @@ sub check_path {
|
||||
/
|
||||
|/access
|
||||
|/access/groups
|
||||
|/access/groups/[[:alnum:]\.\-\_]+
|
||||
|/access/realm
|
||||
|/access/realm/[[:alnum:]\.\-\_]+
|
||||
|/nodes
|
||||
|/nodes/[[:alnum:]\.\-\_]+
|
||||
|/pool
|
||||
|
||||
Loading…
Reference in New Issue
Block a user