]> git.proxmox.com Git - pve-access-control.git/blobdiff - PVE/AccessControl.pm
acl: check path: further resdtrict VMID values
[pve-access-control.git] / PVE / AccessControl.pm
index 730ef680bf0eb8ca3dc8b54a7b32fe9484b6d014..f7d4e7829d31885f321ca508988af4b8ee2ebeea 100644 (file)
@@ -944,7 +944,7 @@ sub check_path {
        |/storage
        |/storage/[[:alnum:]\.\-\_]+
        |/vms
-       |/vms/\d{3,}
+       |/vms/[1-9][0-9]{2,}
     )$!xs;
 }