]> TLD Linux GIT Repositories - packages/libvirt.git/blob - libvirt-sasl.patch
- updated to 10.2.0
[packages/libvirt.git] / libvirt-sasl.patch
1 diff -ur libvirt-6.10.0.orig/docs/auth.html.in libvirt-6.10.0/docs/auth.html.in
2 --- libvirt-6.10.0.orig/docs/auth.html.in       2021-01-02 12:52:25.742090801 +0100
3 +++ libvirt-6.10.0/docs/auth.html.in    2021-01-02 12:52:59.973090801 +0100
4 @@ -277,7 +277,7 @@
5      <p>
6  Since the libvirt SASL config file defaults to using GSSAPI (Kerberos), a
7  config change is required to enable plain password auth. This is done by
8 -editing <code>/etc/sasl2/libvirt.conf</code> to set the <code>mech_list</code>
9 +editing <code>/etc/sasl/libvirt.conf</code> to set the <code>mech_list</code>
10  parameter to <code>scram-sha-1</code>.
11      </p>
12      <p>
13 diff -ur libvirt-6.10.0.orig/src/qemu/qemu.conf libvirt-6.10.0/src/qemu/qemu.conf
14 --- libvirt-6.10.0.orig/src/qemu/qemu.conf      2021-01-02 12:52:25.824090801 +0100
15 +++ libvirt-6.10.0/src/qemu/qemu.conf   2021-01-02 12:52:59.974090801 +0100
16 @@ -141,18 +141,18 @@
17  # Examples include vinagre, virt-viewer and virt-manager
18  # itself. UltraVNC, RealVNC, TightVNC do not support this
19  #
20 -# It is necessary to configure /etc/sasl2/qemu.conf to choose
21 +# It is necessary to configure /etc/sasl/qemu.conf to choose
22  # the desired SASL plugin (eg, GSSPI for Kerberos)
23  #
24  #vnc_sasl = 1
25  
26  
27 -# The default SASL configuration file is located in /etc/sasl2/
28 +# The default SASL configuration file is located in /etc/sasl/
29  # When running libvirtd unprivileged, it may be desirable to
30  # override the configs in this location. Set this parameter to
31  # point to the directory, and create a qemu.conf in that location
32  #
33 -#vnc_sasl_dir = "/some/directory/sasl2"
34 +#vnc_sasl_dir = "/some/directory/sasl"
35  
36  
37  # QEMU implements an extension for providing audio over a VNC connection,
38 @@ -217,17 +217,17 @@
39  # Enable use of SASL encryption on the SPICE server. This requires
40  # a SPICE client which supports the SASL protocol extension.
41  #
42 -# It is necessary to configure /etc/sasl2/qemu.conf to choose
43 +# It is necessary to configure /etc/sasl/qemu.conf to choose
44  # the desired SASL plugin (eg, GSSPI for Kerberos)
45  #
46  #spice_sasl = 1
47  
48 -# The default SASL configuration file is located in /etc/sasl2/
49 +# The default SASL configuration file is located in /etc/sasl/
50  # When running libvirtd unprivileged, it may be desirable to
51  # override the configs in this location. Set this parameter to
52  # point to the directory, and create a qemu.conf in that location
53  #
54 -#spice_sasl_dir = "/some/directory/sasl2"
55 +#spice_sasl_dir = "/some/directory/sasl"
56  
57  # Enable use of TLS encryption on the chardev TCP transports.
58  #
59 diff -ur libvirt-6.10.0.orig/src/qemu/test_libvirtd_qemu.aug.in libvirt-6.10.0/src/qemu/test_libvirtd_qemu.aug.in
60 --- libvirt-6.10.0.orig/src/qemu/test_libvirtd_qemu.aug.in      2021-01-02 12:52:25.830090801 +0100
61 +++ libvirt-6.10.0/src/qemu/test_libvirtd_qemu.aug.in   2021-01-02 12:52:59.974090801 +0100
62 @@ -13,7 +13,7 @@
63  { "vnc_tls_x509_verify" = "1" }
64  { "vnc_password" = "XYZ12345" }
65  { "vnc_sasl" = "1" }
66 -{ "vnc_sasl_dir" = "/some/directory/sasl2" }
67 +{ "vnc_sasl_dir" = "/some/directory/sasl" }
68  { "vnc_allow_host_audio" = "0" }
69  { "spice_listen" = "0.0.0.0" }
70  { "spice_tls" = "1" }
71 @@ -21,7 +21,7 @@
72  { "spice_auto_unix_socket" = "1" }
73  { "spice_password" = "XYZ12345" }
74  { "spice_sasl" = "1" }
75 -{ "spice_sasl_dir" = "/some/directory/sasl2" }
76 +{ "spice_sasl_dir" = "/some/directory/sasl" }
77  { "chardev_tls" = "1" }
78  { "chardev_tls_x509_cert_dir" = "/etc/pki/libvirt-chardev" }
79  { "chardev_tls_x509_verify" = "1" }
80 diff -ur libvirt-6.10.0.orig/src/remote/libvirtd.conf.in libvirt-6.10.0/src/remote/libvirtd.conf.in
81 --- libvirt-6.10.0.orig/src/remote/libvirtd.conf.in     2021-01-02 12:52:25.830090801 +0100
82 +++ libvirt-6.10.0/src/remote/libvirtd.conf.in  2021-01-02 12:52:59.975090801 +0100
83 @@ -136,7 +136,7 @@
84  #          the network providing auth (eg, TLS/x509 certificates)
85  #
86  #  - sasl: use SASL infrastructure. The actual auth scheme is then
87 -#          controlled from @sysconfdir@/sasl2/libvirt.conf. For the TCP
88 +#          controlled from @sysconfdir@/sasl/libvirt.conf. For the TCP
89  #          socket only GSSAPI & DIGEST-MD5 mechanisms will be used.
90  #          For non-TCP or TLS sockets, any scheme is allowed.
91  #
92 @@ -186,7 +186,7 @@
93  # If you don't enable SASL, then all TCP traffic is cleartext.
94  # Don't do this outside of a dev/test scenario. For real world
95  # use, always enable SASL and use the GSSAPI or DIGEST-MD5
96 -# mechanism in @sysconfdir@/sasl2/libvirt.conf
97 +# mechanism in @sysconfdir@/sasl/libvirt.conf
98  #auth_tcp = "sasl"
99  
100  # Change the authentication scheme for TLS sockets.
101 diff -ur libvirt-6.10.0.orig/src/remote/meson.build libvirt-6.10.0/src/remote/meson.build
102 --- libvirt-6.10.0.orig/src/remote/meson.build  2021-01-02 12:52:25.831090801 +0100
103 +++ libvirt-6.10.0/src/remote/meson.build       2021-01-02 12:53:19.602090801 +0100
104 @@ -309,7 +309,7 @@
105  if conf.has('WITH_SASL')
106    install_data(
107      'libvirtd.sasl',
108 -    install_dir: sysconfdir / 'sasl2',
109 +    install_dir: sysconfdir / 'sasl',
110      rename: [ 'libvirt.conf' ],
111    )
112  endif
113 diff -ur libvirt-6.10.0.orig/tests/qemuxml2argvdata/graphics-spice-sasl.args libvirt-6.10.0/tests/qemuxml2argvdata/graphics-spice-sasl.args
114 --- libvirt-6.10.0.orig/tests/qemuxml2argvdata/graphics-spice-sasl.args 2021-01-02 12:52:25.975090801 +0100
115 +++ libvirt-6.10.0/tests/qemuxml2argvdata/graphics-spice-sasl.args      2021-01-02 12:52:59.975090801 +0100
116 @@ -6,7 +6,7 @@
117  XDG_DATA_HOME=/tmp/lib/domain--1-QEMUGuest1/.local/share \
118  XDG_CACHE_HOME=/tmp/lib/domain--1-QEMUGuest1/.cache \
119  XDG_CONFIG_HOME=/tmp/lib/domain--1-QEMUGuest1/.config \
120 -SASL_CONF_PATH=/root/.sasl2 \
121 +SASL_CONF_PATH=/root/.sasl \
122  QEMU_AUDIO_DRV=spice \
123  /usr/bin/qemu-system-i386 \
124  -name QEMUGuest1 \
125 diff -ur libvirt-6.10.0.orig/tests/qemuxml2argvdata/graphics-vnc-sasl.args libvirt-6.10.0/tests/qemuxml2argvdata/graphics-vnc-sasl.args
126 --- libvirt-6.10.0.orig/tests/qemuxml2argvdata/graphics-vnc-sasl.args   2021-01-02 12:52:25.976090801 +0100
127 +++ libvirt-6.10.0/tests/qemuxml2argvdata/graphics-vnc-sasl.args        2021-01-02 12:52:59.975090801 +0100
128 @@ -6,7 +6,7 @@
129  XDG_DATA_HOME=/tmp/lib/domain--1-QEMUGuest1/.local/share \
130  XDG_CACHE_HOME=/tmp/lib/domain--1-QEMUGuest1/.cache \
131  XDG_CONFIG_HOME=/tmp/lib/domain--1-QEMUGuest1/.config \
132 -SASL_CONF_PATH=/root/.sasl2 \
133 +SASL_CONF_PATH=/root/.sasl \
134  QEMU_AUDIO_DRV=none \
135  /usr/bin/qemu-system-i386 \
136  -name QEMUGuest1 \
137 diff -ur libvirt-6.10.0.orig/tests/qemuxml2argvdata/graphics-vnc-tls-secret.x86_64-latest.args libvirt-6.10.0/tests/qemuxml2argvdata/graphics-vnc-tls-secret.x86_64-latest.args
138 --- libvirt-6.10.0.orig/tests/qemuxml2argvdata/graphics-vnc-tls-secret.x86_64-latest.args       2021-01-02 12:52:25.976090801 +0100
139 +++ libvirt-6.10.0/tests/qemuxml2argvdata/graphics-vnc-tls-secret.x86_64-latest.args    2021-01-02 12:52:59.975090801 +0100
140 @@ -6,7 +6,7 @@
141  XDG_DATA_HOME=/tmp/lib/domain--1-QEMUGuest1/.local/share \
142  XDG_CACHE_HOME=/tmp/lib/domain--1-QEMUGuest1/.cache \
143  XDG_CONFIG_HOME=/tmp/lib/domain--1-QEMUGuest1/.config \
144 -SASL_CONF_PATH=/root/.sasl2 \
145 +SASL_CONF_PATH=/root/.sasl \
146  QEMU_AUDIO_DRV=none \
147  /usr/bin/qemu-system-i386 \
148  -name guest=QEMUGuest1,debug-threads=on \
149 diff -ur libvirt-6.10.0.orig/tests/qemuxml2argvdata/graphics-vnc-tls.args libvirt-6.10.0/tests/qemuxml2argvdata/graphics-vnc-tls.args
150 --- libvirt-6.10.0.orig/tests/qemuxml2argvdata/graphics-vnc-tls.args    2021-01-02 12:52:25.976090801 +0100
151 +++ libvirt-6.10.0/tests/qemuxml2argvdata/graphics-vnc-tls.args 2021-01-02 12:52:59.975090801 +0100
152 @@ -6,7 +6,7 @@
153  XDG_DATA_HOME=/tmp/lib/domain--1-QEMUGuest1/.local/share \
154  XDG_CACHE_HOME=/tmp/lib/domain--1-QEMUGuest1/.cache \
155  XDG_CONFIG_HOME=/tmp/lib/domain--1-QEMUGuest1/.config \
156 -SASL_CONF_PATH=/root/.sasl2 \
157 +SASL_CONF_PATH=/root/.sasl \
158  QEMU_AUDIO_DRV=none \
159  /usr/bin/qemu-system-i386 \
160  -name QEMUGuest1 \
161 diff -ur libvirt-6.10.0.orig/tests/qemuxml2argvdata/graphics-vnc-tls.x86_64-2.4.0.args libvirt-6.10.0/tests/qemuxml2argvdata/graphics-vnc-tls.x86_64-2.4.0.args
162 --- libvirt-6.10.0.orig/tests/qemuxml2argvdata/graphics-vnc-tls.x86_64-2.4.0.args       2021-01-02 12:52:25.976090801 +0100
163 +++ libvirt-6.10.0/tests/qemuxml2argvdata/graphics-vnc-tls.x86_64-2.4.0.args    2021-01-02 12:52:59.976090801 +0100
164 @@ -6,7 +6,7 @@
165  XDG_DATA_HOME=/tmp/lib/domain--1-QEMUGuest1/.local/share \
166  XDG_CACHE_HOME=/tmp/lib/domain--1-QEMUGuest1/.cache \
167  XDG_CONFIG_HOME=/tmp/lib/domain--1-QEMUGuest1/.config \
168 -SASL_CONF_PATH=/root/.sasl2 \
169 +SASL_CONF_PATH=/root/.sasl \
170  QEMU_AUDIO_DRV=none \
171  /usr/bin/qemu-system-i386 \
172  -name guest=QEMUGuest1,debug-threads=on \
173 diff -ur libvirt-6.10.0.orig/tests/qemuxml2argvdata/graphics-vnc-tls.x86_64-latest.args libvirt-6.10.0/tests/qemuxml2argvdata/graphics-vnc-tls.x86_64-latest.args
174 --- libvirt-6.10.0.orig/tests/qemuxml2argvdata/graphics-vnc-tls.x86_64-latest.args      2021-01-02 12:52:25.976090801 +0100
175 +++ libvirt-6.10.0/tests/qemuxml2argvdata/graphics-vnc-tls.x86_64-latest.args   2021-01-02 12:52:59.976090801 +0100
176 @@ -6,7 +6,7 @@
177  XDG_DATA_HOME=/tmp/lib/domain--1-QEMUGuest1/.local/share \
178  XDG_CACHE_HOME=/tmp/lib/domain--1-QEMUGuest1/.cache \
179  XDG_CONFIG_HOME=/tmp/lib/domain--1-QEMUGuest1/.config \
180 -SASL_CONF_PATH=/root/.sasl2 \
181 +SASL_CONF_PATH=/root/.sasl \
182  QEMU_AUDIO_DRV=none \
183  /usr/bin/qemu-system-i386 \
184  -name guest=QEMUGuest1,debug-threads=on \
185 diff -ur libvirt-6.10.0.orig/tests/qemuxml2argvtest.c libvirt-6.10.0/tests/qemuxml2argvtest.c
186 --- libvirt-6.10.0.orig/tests/qemuxml2argvtest.c        2021-01-02 12:52:26.020090801 +0100
187 +++ libvirt-6.10.0/tests/qemuxml2argvtest.c     2021-01-02 12:52:59.976090801 +0100
188 @@ -1365,7 +1365,7 @@
189  
190      driver.config->vncSASL = 1;
191      VIR_FREE(driver.config->vncSASLdir);
192 -    driver.config->vncSASLdir = g_strdup("/root/.sasl2");
193 +    driver.config->vncSASLdir = g_strdup("/root/.sasl");
194      DO_TEST("graphics-vnc-sasl", QEMU_CAPS_VNC, QEMU_CAPS_DEVICE_CIRRUS_VGA);
195      driver.config->vncTLS = 1;
196      driver.config->vncTLSx509verify = 1;
197 @@ -1395,7 +1395,7 @@
198      DO_TEST("graphics-spice-no-args",
199              QEMU_CAPS_SPICE, QEMU_CAPS_DEVICE_CIRRUS_VGA);
200      driver.config->spiceSASL = 1;
201 -    driver.config->spiceSASLdir = g_strdup("/root/.sasl2");
202 +    driver.config->spiceSASLdir = g_strdup("/root/.sasl");
203      DO_TEST("graphics-spice-sasl",
204              QEMU_CAPS_SPICE,
205              QEMU_CAPS_DEVICE_QXL);
206 diff -ur libvirt-6.10.0.orig/tests/virconfdata/libvirtd.conf libvirt-6.10.0/tests/virconfdata/libvirtd.conf
207 --- libvirt-6.10.0.orig/tests/virconfdata/libvirtd.conf 2021-01-02 12:52:26.083090801 +0100
208 +++ libvirt-6.10.0/tests/virconfdata/libvirtd.conf      2021-01-02 12:52:59.977090801 +0100
209 @@ -91,7 +91,7 @@
210  #          the network providing auth (eg, TLS/x509 certificates)
211  #
212  #  - sasl: use SASL infrastructure. The actual auth scheme is then
213 -#          controlled from /etc/sasl2/libvirt.conf. For the TCP
214 +#          controlled from /etc/sasl/libvirt.conf. For the TCP
215  #          socket only GSSAPI & DIGEST-MD5 mechanisms will be used.
216  #          For non-TCP or TLS sockets,  any scheme is allowed.
217  #
218 @@ -122,7 +122,7 @@
219  # If you don't enable SASL, then all TCP traffic is cleartext.
220  # Don't do this outside of a dev/test scenario. For real world
221  # use, always enable SASL and use the GSSAPI or DIGEST-MD5
222 -# mechanism in /etc/sasl2/libvirt.conf
223 +# mechanism in /etc/sasl/libvirt.conf
224  auth_tcp = "sasl"
225  
226  # Change the authentication scheme for TLS sockets.
227 diff -ur libvirt-6.10.0.orig/tests/virconfdata/libvirtd.out libvirt-6.10.0/tests/virconfdata/libvirtd.out
228 --- libvirt-6.10.0.orig/tests/virconfdata/libvirtd.out  2021-01-02 12:52:26.083090801 +0100
229 +++ libvirt-6.10.0/tests/virconfdata/libvirtd.out       2021-01-02 12:52:59.977090801 +0100
230 @@ -73,7 +73,7 @@
231  #          the network providing auth (eg, TLS/x509 certificates)
232  #
233  #  - sasl: use SASL infrastructure. The actual auth scheme is then
234 -#          controlled from /etc/sasl2/libvirt.conf. For the TCP
235 +#          controlled from /etc/sasl/libvirt.conf. For the TCP
236  #          socket only GSSAPI & DIGEST-MD5 mechanisms will be used.
237  #          For non-TCP or TLS sockets,  any scheme is allowed.
238  #
239 @@ -102,7 +102,7 @@
240  # If you don't enable SASL, then all TCP traffic is cleartext.
241  # Don't do this outside of a dev/test scenario. For real world
242  # use, always enable SASL and use the GSSAPI or DIGEST-MD5
243 -# mechanism in /etc/sasl2/libvirt.conf
244 +# mechanism in /etc/sasl/libvirt.conf
245  auth_tcp = "sasl"
246  # Change the authentication scheme for TLS sockets.
247  #