]> git.proxmox.com Git - pve-access-control.git/commit - PVE/AccessControl.pm
fix #1500: permission path syntax check for access control
authorLorenz Stechauner <l.stechauner@proxmox.com>
Mon, 19 Apr 2021 07:16:28 +0000 (09:16 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 19 Apr 2021 08:13:45 +0000 (10:13 +0200)
commit20c60513b2a6b2d7c7aae0dcc0391889b9cb7ecf
treee0316fd011e4b52db10cb24b352811902ea9ead6
parent01f191c8c445b4ac3fe8eafd45a9b3df71581dac
fix #1500: permission path syntax check for access control

Syntax for permission paths is now checked on API calls for
creation or update on permissions.

Signed-off-by: Lorenz Stechauner <l.stechauner@proxmox.com>
PVE/API2/ACL.pm
PVE/AccessControl.pm