On Mon, 25 Feb 2019 at 12:35, Daniel P. Berrangé <berra...@redhat.com> wrote: > > The following changes since commit 8eb29f1bf5a974dc4c11d2d1f5e7c7f7a62be116: > > Merge remote-tracking branch > 'remotes/awilliam/tags/vfio-updates-20190221.0' into staging (2019-02-22 > 15:48:04 +0000) > > are available in the Git repository at: > > https://github.com/berrange/qemu tags/authz-core-pull-request > > for you to fetch changes up to cfde05c6c0db7d3122a5491d50f62f7910ab8abb: > > authz: delete existing ACL implementation (2019-02-25 12:28:25 +0000) > > ---------------------------------------------------------------- > Add a standard authorization framework > > The current network services now support encryption via TLS and in some > cases support authentication via SASL. In cases where SASL is not > available, x509 client certificates can be used as a crude authorization > scheme, but using a sub-CA and controlling who you give certs to. In > general this is not very flexible though, so this series introduces a > new standard authorization framework. >
Applied, thanks. Please update the changelog at https://wiki.qemu.org/ChangeLog/4.0 for any user-visible changes. -- PMM