[pve-devel] applied: [PATCH v2 pve-access-control 3/3] add new SDN.use privilege in PVESDNUser role
Fabian Grünbichler
f.gruenbichler at proxmox.com
Wed Jun 7 16:42:16 CEST 2023
applied this one as well (with a small fixup for a test case)
On June 7, 2023 2:03 pm, Alexandre Derumier wrote:
> Signed-off-by: Alexandre Derumier <aderumier at odiso.com>
> ---
> src/PVE/AccessControl.pm | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/src/PVE/AccessControl.pm b/src/PVE/AccessControl.pm
> index 6a3d203..326ed5c 100644
> --- a/src/PVE/AccessControl.pm
> +++ b/src/PVE/AccessControl.pm
> @@ -1131,6 +1131,9 @@ my $privgroups = {
> 'SDN.Allocate',
> 'SDN.Audit',
> ],
> + user => [
> + 'SDN.Use',
> + ],
> audit => [
> 'SDN.Audit',
> ],
> --
> 2.30.2
>
>
> _______________________________________________
> pve-devel mailing list
> pve-devel at lists.proxmox.com
> https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
>
>
>
More information about the pve-devel
mailing list