[pve-devel] applied: [PATCH pve-access-control 1/1] add SDN.Allocate && SDN.Audit privileges
Thomas Lamprecht
t.lamprecht at proxmox.com
Tue Nov 26 16:50:13 CET 2019
On 11/26/19 10:01 AM, Alexandre Derumier wrote:
> Signed-off-by: Alexandre Derumier <aderumier at odiso.com>
> ---
> PVE/AccessControl.pm | 10 ++++++++++
> 1 file changed, 10 insertions(+)
>
> diff --git a/PVE/AccessControl.pm b/PVE/AccessControl.pm
> index ad97a42..4e9deea 100644
> --- a/PVE/AccessControl.pm
> +++ b/PVE/AccessControl.pm
> @@ -683,6 +683,16 @@ my $privgroups = {
> 'Datastore.Audit',
> ],
> },
> + SDN => {
> + root => [],
> + admin => [
> + 'SDN.Allocate',
> + 'SDN.Audit',
> + ],
> + audit => [
> + 'SDN.Audit',
> + ],
> + },
> User => {
> root => [
> 'Realm.Allocate',
>
applied
More information about the pve-devel
mailing list