]> git.proxmox.com Git - pve-access-control.git/commitdiff
rename VM.Copy to VM.Clone
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 2 May 2013 09:44:52 +0000 (11:44 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 2 May 2013 09:44:52 +0000 (11:44 +0200)
PVE/AccessControl.pm
README
changelog.Debian

index 2239e1449cacc7122756e0da32b9c925804bca67..768703124594957b6d240fd2e5cb4429dd6b5171 100644 (file)
@@ -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 53496fe125e478201f2b676df696133b477a2110..33643a66ab128ab180c87a974d510e6009655bcf 100644 (file)
--- 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
index 3727eebb31eb7830caac6ae33022fc1a30b023a0..5e20892a6cdcd3ac57cd6cab0113af2a657bf6fb 100644 (file)
@@ -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 <support@proxmox.com>  Mon, 29 Apr 2013 11:42:15 +0200