From 42832d4090354837054670840ac920f80b0e35df Mon Sep 17 00:00:00 2001 From: Chen Qun Date: Sun, 26 Sep 2021 21:28:36 +0800 Subject: [PATCH] spec: Update patch and changelog with !39 fix CVE-2021-3667 CVE-2021-3631 #I4BI8P #I4BI73 !39 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit storage_driver: Unlock object on ACL fail in storagePoolLookupByTargetPath security: fix SELinux label generation logic Signed-off-by: Daniel P. Berrangé Signed-off-by: Peter Krempa --- libvirt.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libvirt.spec b/libvirt.spec index 094d258..81257a8 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -144,6 +144,8 @@ Patch0033: cpu_map-Add-Cooperlake-x86-CPU-model.patch Patch0034: cpu_map-Add-pschange-mc-no-bit-in-IA32_ARCH_CAPABILI.patch Patch0035: cpu_map-Distribute-x86_Cooperlake.xml.patch Patch0036: conf-domain_conf-pin-the-retry_interval-and-retry_ti.patch +Patch0037: storage_driver-Unlock-object-on-ACL-fail-in-storageP.patch +Patch0038: security-fix-SELinux-label-generation-logic.patch Requires: libvirt-daemon = %{version}-%{release} Requires: libvirt-daemon-config-network = %{version}-%{release} @@ -1876,6 +1878,10 @@ exit 0 %changelog +* Sun Sep 26 2021 Euler Robot +- storage_driver: Unlock object on ACL fail in storagePoolLookupByTargetPath +- security: fix SELinux label generation logic + * Fri Sep 24 2021 Euler Robot - conf/domain_conf: pin the retry_interval and retry_timeout parameters to xml