2015-11-05 01:23:08 +01:00
|
|
|
Index: libvirt-1.2.21/daemon/libvirtd.conf
|
2008-09-01 17:06:07 +02:00
|
|
|
===================================================================
|
2015-11-05 01:23:08 +01:00
|
|
|
--- libvirt-1.2.21.orig/daemon/libvirtd.conf
|
|
|
|
+++ libvirt-1.2.21/daemon/libvirtd.conf
|
2009-01-29 01:42:42 +01:00
|
|
|
@@ -18,8 +18,8 @@
|
2008-09-01 17:06:07 +02:00
|
|
|
# It is necessary to setup a CA and issue server certificates before
|
|
|
|
# using this capability.
|
|
|
|
#
|
|
|
|
-# This is enabled by default, uncomment this to disable it
|
|
|
|
-#listen_tls = 0
|
|
|
|
+# This is disabled by default, uncomment this to enable it
|
|
|
|
+#listen_tls = 1
|
|
|
|
|
|
|
|
# Listen for unencrypted TCP connections on the public TCP/IP port.
|
|
|
|
# NB, must pass the --listen flag to the libvirtd process for this to
|
2015-11-05 01:23:08 +01:00
|
|
|
Index: libvirt-1.2.21/daemon/libvirtd-config.c
|
2008-09-01 17:06:07 +02:00
|
|
|
===================================================================
|
2015-11-05 01:23:08 +01:00
|
|
|
--- libvirt-1.2.21.orig/daemon/libvirtd-config.c
|
|
|
|
+++ libvirt-1.2.21/daemon/libvirtd-config.c
|
2015-01-28 05:12:58 +01:00
|
|
|
@@ -242,7 +242,7 @@ daemonConfigNew(bool privileged ATTRIBUT
|
2013-07-30 22:33:47 +02:00
|
|
|
if (VIR_ALLOC(data) < 0)
|
2011-07-05 22:25:50 +02:00
|
|
|
return NULL;
|
2008-09-01 17:06:07 +02:00
|
|
|
|
2011-07-05 22:25:50 +02:00
|
|
|
- data->listen_tls = 1;
|
|
|
|
+ data->listen_tls = 0;
|
|
|
|
data->listen_tcp = 0;
|
|
|
|
|
2013-06-05 00:48:46 +02:00
|
|
|
if (VIR_STRDUP(data->tls_port, LIBVIRTD_TLS_PORT) < 0 ||
|
2015-11-05 01:23:08 +01:00
|
|
|
Index: libvirt-1.2.21/daemon/test_libvirtd.aug.in
|
2014-04-04 15:07:17 +02:00
|
|
|
===================================================================
|
2015-11-05 01:23:08 +01:00
|
|
|
--- libvirt-1.2.21.orig/daemon/test_libvirtd.aug.in
|
|
|
|
+++ libvirt-1.2.21/daemon/test_libvirtd.aug.in
|
2014-04-04 15:07:17 +02:00
|
|
|
@@ -2,7 +2,7 @@ module Test_libvirtd =
|
|
|
|
::CONFIG::
|
|
|
|
|
|
|
|
test Libvirtd.lns get conf =
|
|
|
|
- { "listen_tls" = "0" }
|
|
|
|
+ { "listen_tls" = "1" }
|
|
|
|
{ "listen_tcp" = "1" }
|
|
|
|
{ "tls_port" = "16514" }
|
|
|
|
{ "tcp_port" = "16509" }
|