From 7b395f990d138c831589b202df6e61ee0999aab3 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Thu, 2 May 2013 11:44:52 +0200 Subject: [PATCH 1/1] rename VM.Copy to VM.Clone --- PVE/AccessControl.pm | 4 ++-- README | 2 +- changelog.Debian | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PVE/AccessControl.pm b/PVE/AccessControl.pm index 2239e14..7687031 100644 --- a/PVE/AccessControl.pm +++ b/PVE/AccessControl.pm @@ -364,7 +364,7 @@ my $privgroups = { 'VM.Config.HWType', 'VM.Config.Options', # covers all other things 'VM.Allocate', - 'VM.Copy', + 'VM.Clone', 'VM.Migrate', 'VM.Monitor', 'VM.Snapshot', @@ -459,7 +459,7 @@ sub create_roles { } } - $special_roles->{"PVETemplateUser"} = { 'VM.Copy' => 1, 'VM.Audit' => 1 }; + $special_roles->{"PVETemplateUser"} = { 'VM.Clone' => 1, 'VM.Audit' => 1 }; }; create_roles(); diff --git a/README b/README index 53496fe..33643a6 100644 --- a/README +++ b/README @@ -82,7 +82,7 @@ privileges: VM.Console: console access to VM VM.Monitor: access to VM monitor (kvm) VM.Backup: backup/restore VMs - VM.Copy: Copy/Clone VM or VM template + VM.Clone: Clone VM or VM template VM.Audit: view VM config VM.Config.XXX: modify VM config diff --git a/changelog.Debian b/changelog.Debian index 3727eeb..5e20892 100644 --- a/changelog.Debian +++ b/changelog.Debian @@ -1,6 +1,6 @@ libpve-access-control (3.0-3) unstable; urgency=low - * Add new role PVETemplateUser (and VM.Copy priviledge) + * Add new role PVETemplateUser (and VM.Clone priviledge) -- Proxmox Support Team Mon, 29 Apr 2013 11:42:15 +0200 -- 2.39.2