]> git.proxmox.com Git - pve-container.git/commit
network permissions: implement checks
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 9 Jun 2023 07:51:41 +0000 (09:51 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 9 Jun 2023 08:08:23 +0000 (10:08 +0200)
commitee81952f4fc8faf01ed4eda5b8962d1a82d5425d
treea581d101dfaf61aacf9b1f7b05134adae6660baf
parentc86f8957ca6f2c7a8ca4dcc1ffcd006f44793f1f
network permissions: implement checks

when creating a new container
when restoring a backup
when cloning a container
and obviously, when changing the nics of an existing container

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
 [ T: add $opt in override param check ]
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/API2/LXC.pm
src/PVE/LXC.pm
src/PVE/LXC/Create.pm