From ad1ef9fc1c329b856c7c61f6c6e3c531bcb4af24 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 19 Apr 2021 11:50:16 +0200 Subject: [PATCH] acl: check path: further resdtrict VMID values Signed-off-by: Thomas Lamprecht --- PVE/AccessControl.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/AccessControl.pm b/PVE/AccessControl.pm index 730ef68..f7d4e78 100644 --- a/PVE/AccessControl.pm +++ b/PVE/AccessControl.pm @@ -944,7 +944,7 @@ sub check_path { |/storage |/storage/[[:alnum:]\.\-\_]+ |/vms - |/vms/\d{3,} + |/vms/[1-9][0-9]{2,} )$!xs; } -- 2.39.2