rename VM.Copy to VM.Clone

This commit is contained in:
Dietmar Maurer 2013-05-02 11:44:52 +02:00
parent 139a8ecfb4
commit 7b395f990d
3 changed files with 4 additions and 4 deletions

View 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();

2
README
View File

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

View 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