mirror of
https://git.proxmox.com/git/pve-access-control
synced 2025-07-14 12:31:21 +00:00
acl: check path: further resdtrict VMID values
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
91c30089a7
commit
ad1ef9fc1c
@ -944,7 +944,7 @@ sub check_path {
|
|||||||
|/storage
|
|/storage
|
||||||
|/storage/[[:alnum:]\.\-\_]+
|
|/storage/[[:alnum:]\.\-\_]+
|
||||||
|/vms
|
|/vms
|
||||||
|/vms/\d{3,}
|
|/vms/[1-9][0-9]{2,}
|
||||||
)$!xs;
|
)$!xs;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user