From: Thomas Lamprecht Date: Fri, 21 Jan 2022 13:19:55 +0000 (+0100) Subject: get effective permissions: return /sdn path too X-Git-Url: https://git.proxmox.com/?p=pve-access-control.git;a=commitdiff_plain;h=92f571d9ff9579251d707bb18892a495f62700c6 get effective permissions: return /sdn path too only cosmetic for the user to see what their permission tree looks like. Signed-off-by: Thomas Lamprecht --- diff --git a/src/PVE/RPCEnvironment.pm b/src/PVE/RPCEnvironment.pm index 8aae094..8ecbbd9 100644 --- a/src/PVE/RPCEnvironment.pm +++ b/src/PVE/RPCEnvironment.pm @@ -185,6 +185,7 @@ sub get_effective_permissions { '/access/groups' => 1, '/nodes' => 1, '/pools' => 1, + '/sdn' => 1, '/storage' => 1, '/vms' => 1, };