]> git.proxmox.com Git - pve-cluster.git/commit
datacenter config: add options to control tag usage rights
authorDominik Csapak <d.csapak@proxmox.com>
Wed, 16 Nov 2022 15:47:58 +0000 (16:47 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 17 Nov 2022 09:02:13 +0000 (10:02 +0100)
commitc17e397bacbe518928e63c50b0ab8d68bc41fcc7
treec51c7023555c2085faa3106125ecede5023c4323
parentaf234c4be985d445bd3583686ac32326c101c248
datacenter config: add options to control tag usage rights

By adding a 'user-tag-privileges' and 'registered-tags' option.

The former sets the general policy by which "normal" users (with just
'VM.Config.Options' on the respective guest) can set or delete tags
on a guest, and the latter is a list of registered tags only settable
by users with admin-like permission ('Sys.Modify' on '/'); it is
designed to be used as source/target for actions like backup jobs in
the future.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
 [T: drop outdated stuff & reword/work commit message]
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
data/PVE/DataCenterConfig.pm