On Fri, Jun 19, 2020 at 10:32:39 +0100, Daniel Berrange wrote: > The term "access control list" better describes the concept involved. > > Signed-off-by: Daniel P. Berrangé <berra...@redhat.com> > --- > docs/internals/rpc.html.in | 9 ++++---- > src/remote/libvirtd.conf.in | 6 +++--- > src/remote/remote_daemon_dispatch.c | 4 ++-- > src/rpc/virnetsaslcontext.c | 10 ++++----- > src/rpc/virnetsaslcontext.h | 2 +- > src/rpc/virnettlscontext.c | 32 ++++++++++++++--------------- > src/rpc/virnettlscontext.h | 4 ++-- > tests/virconfdata/libvirtd.conf | 6 +++--- > tests/virconfdata/libvirtd.out | 6 +++--- > 9 files changed, 40 insertions(+), 39 deletions(-)
IMO this commit is changing too many places at the same time, but given that RPC internals aren't really touched that often downstream I'm okay with it in this instance. Reviewed-by: Peter Krempa <pkre...@redhat.com>