]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: conf: Enable 'migrate_tls_x509_verify' by default
authorPeter Krempa <pkrempa@redhat.com>
Fri, 13 Nov 2020 14:20:58 +0000 (15:20 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 16 Nov 2020 13:11:56 +0000 (14:11 +0100)
commit930583149c4701657a50686f200e475bd9e92a4a
treeb84e4b3f59d5cca7271076d62f8d3ec1ecadf00f
parent019f962c86e32a9e3188d82013abd5d35cf8585c
qemu: conf: Enable 'migrate_tls_x509_verify' by default

The migration stream connection and also the NBD server for non-shared
storage migration don't have any other form of client authentication on
top of the TLS transport, so the only way to authenticate clients is to
verify their certificate.

Enable this option by defauilt when both 'migrate_tls_x509_verify' and
'default_tls_x509_verify' were not configured.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1879477
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
src/qemu/qemu.conf
src/qemu/qemu_conf.c