From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34609) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gJfmY-0002DC-5K for qemu-devel@nongnu.org; Mon, 05 Nov 2018 09:23:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gJfmX-0002Fv-Fl for qemu-devel@nongnu.org; Mon, 05 Nov 2018 09:23:10 -0500 From: Juan Quintela In-Reply-To: <20181009132330.7549-7-berrange@redhat.com> ("Daniel P. =?utf-8?Q?Berrang=C3=A9=22's?= message of "Tue, 9 Oct 2018 14:23:30 +0100") References: <20181009132330.7549-1-berrange@redhat.com> <20181009132330.7549-7-berrange@redhat.com> Reply-To: quintela@redhat.com Date: Mon, 05 Nov 2018 15:22:50 +0100 Message-ID: <87a7mnpps5.fsf@trasno.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v3 6/6] monitor: deprecate acl_show, acl_reset, acl_policy, acl_add, acl_remove List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. =?utf-8?Q?Berrang=C3=A9?=" Cc: qemu-devel@nongnu.org, Paolo Bonzini , qemu-block@nongnu.org, Eric Blake , libvir-list@redhat.com, Kevin Wolf , =?utf-8?Q?Marc-?= =?utf-8?Q?Andr=C3=A9?= Lureau , Max Reitz , Markus Armbruster , "Dr. David Alan Gilbert" , Gerd Hoffmann Daniel P. Berrang=C3=A9 wrote: > The various ACL related commands are obsolete now that the QAuthZ > framework for authorization is fully integrated throughout QEMU network > services. Mark it as deprecated with no 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. > > Signed-off-by: Daniel P. Berrang=C3=A9 Reviewed-by: Juan Quintela