[libvirt PATCH 2/2] rpm: fix ownership of the swtpm log directory

Daniel P. Berrangé berrange at redhat.com
Mon Jan 4 18:05:17 UTC 2021


As soon as a guest using a <tpm> device is launched, libvirt will change
the ownership to 'tss' user and group, which will cause RPM verify to
then fail.

Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>
---
 libvirt.spec.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libvirt.spec.in b/libvirt.spec.in
index 2e026b0423..c455aa7788 100644
--- a/libvirt.spec.in
+++ b/libvirt.spec.in
@@ -1747,7 +1747,7 @@ exit 0
 %{_datadir}/augeas/lenses/tests/test_libvirtd_qemu.aug
 %{_libdir}/%{name}/connection-driver/libvirt_driver_qemu.so
 %dir %attr(0711, root, root) %{_localstatedir}/lib/libvirt/swtpm/
-%dir %attr(0711, root, root) %{_localstatedir}/log/swtpm/libvirt/qemu/
+%dir %attr(0711, tss, tss) %{_localstatedir}/log/swtpm/libvirt/qemu/
 %{_bindir}/virt-qemu-run
 %{_mandir}/man1/virt-qemu-run.1*
 %endif
-- 
2.29.2




More information about the libvir-list mailing list