acl: check path: further resdtrict VMID values

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-04-19 11:50:16 +02:00
parent 91c30089a7
commit ad1ef9fc1c

View File

@ -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;
} }