Re: [pve-devel] [PATCH access-control 1/2] allow up to three levels of pool nesting

2023-11-17 Thread Fabian Grünbichler
> Wolfgang Bumiller hat am 17.11.2023 11:00 CET > geschrieben: > > > On Thu, Nov 16, 2023 at 04:31:25PM +0100, Fabian Grünbichler wrote: > > with ACLs being inherited along the pool hierarchy. > > > > Signed-off-by: Fabian Grünbichler > > --- > > src/PVE/AccessControl.pm | 10 -- > >

Re: [pve-devel] [PATCH access-control 1/2] allow up to three levels of pool nesting

2023-11-17 Thread Wolfgang Bumiller
On Thu, Nov 16, 2023 at 04:31:25PM +0100, Fabian Grünbichler wrote: > with ACLs being inherited along the pool hierarchy. > > Signed-off-by: Fabian Grünbichler > --- > src/PVE/AccessControl.pm | 10 -- > src/test/perm-test6.pl | 16 > src/test/test6.cfg | 5

[pve-devel] [PATCH access-control 1/2] allow up to three levels of pool nesting

2023-11-16 Thread Fabian Grünbichler
with ACLs being inherited along the pool hierarchy. Signed-off-by: Fabian Grünbichler --- src/PVE/AccessControl.pm | 10 -- src/test/perm-test6.pl | 16 src/test/test6.cfg | 5 + 3 files changed, 29 insertions(+), 2 deletions(-) diff --git a/src/PVE/AccessC