monitor: deprecate acl_show, acl_reset, acl_policy, acl_add, acl_remove
commit0143840771548e8ffece831398d745880ddfa080
authorDaniel P. Berrangé <berrange@redhat.com>
Wed, 27 Feb 2019 14:57:55 +0000 (27 14:57 +0000)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 11 Mar 2019 07:39:02 +0000 (11 08:39 +0100)
tree5c707e15f772a686aa927a05afaedb4a4bef9c88
parent55cf09a02b6f86c15b41395010a2b6b7a8eda7c7
monitor: deprecate acl_show, acl_reset, acl_policy, acl_add, acl_remove

The various ACL related commands are obsolete now that the QAuthZ
framework for authorization is fully integrated throughout QEMU network
services. These only ever worked with VNC and were never used by libvirt.
Mark it as deprecated with no direct replacement to be provided.

Authorization is now provided by using 'object_add' together with
the 'tls-authz' or 'sasl-authz' parameters to the VNC server, and
equivalent for other network services.

Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Message-id: 20190227145755.26556-3-berrange@redhat.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
monitor.c
qemu-deprecated.texi