in the same branch as 'vztmpl' and 'iso' Signed-off-by: Dominik Csapak <d.csa...@proxmox.com> --- src/PVE/Storage.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/PVE/Storage.pm b/src/PVE/Storage.pm index c6a8894..31faa5e 100755 --- a/src/PVE/Storage.pm +++ b/src/PVE/Storage.pm @@ -542,7 +542,7 @@ sub check_volume_access { return if $rpcenv->check($user, "/storage/$sid", ['Datastore.Allocate'], 1); - if ($vtype eq 'iso' || $vtype eq 'vztmpl') { + if ($vtype eq 'iso' || $vtype eq 'vztmpl' || $vtype eq 'import') { # require at least read access to storage, (custom) templates/ISOs could be sensitive $rpcenv->check_any($user, "/storage/$sid", ['Datastore.AllocateSpace', 'Datastore.Audit']); } elsif (defined($ownervm) && defined($vmid) && ($ownervm == $vmid)) { -- 2.39.5 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel