authz: delete existing ACL implementation
commitb76806d4ec5c55d36bf5508f1405d132a4b862de
authorDaniel P. Berrange <berrange@redhat.com>
Thu, 18 Feb 2016 18:40:24 +0000 (18 18:40 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Tue, 26 Feb 2019 15:32:19 +0000 (26 15:32 +0000)
tree557e23fb1865a42a0e68fd45603788e2f8aa380c
parent8953caf3cd38534f8f63f4250f4ba4b4da4ff543
authz: delete existing ACL implementation

The 'qemu_acl' type was a previous non-QOM based attempt to provide an
authorization facility in QEMU. Because it is non-QOM based it cannot be
created via the command line and requires special monitor commands to
manipulate it.

The new QAuthZ subclasses provide a superset of the functionality in
qemu_acl, so the latter can now be deleted. The HMP 'acl_*' monitor
commands are converted to use the new QAuthZSimple data type instead
in order to provide temporary backwards compatibility.

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
16 files changed:
configure
crypto/tlssession.c
crypto/trace-events
include/qemu/acl.h [deleted file]
monitor.c
tests/Makefile.include
tests/test-crypto-tlssession.c
tests/test-io-channel-tls.c
ui/vnc-auth-sasl.c
ui/vnc-auth-sasl.h
ui/vnc-auth-vencrypt.c
ui/vnc-ws.c
ui/vnc.c
ui/vnc.h
util/Makefile.objs
util/acl.c [deleted file]