From 6839b64e85c1351725b58590cd6252b6b736abb3 Mon Sep 17 00:00:00 2001 From: wanghuizhao Date: Thu, 1 Dec 2022 16:08:14 +0800 Subject: [PATCH] add patch in policycoreutils.spec --- policycoreutils.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/policycoreutils.spec b/policycoreutils.spec index 4126342..9eed6b3 100644 --- a/policycoreutils.spec +++ b/policycoreutils.spec @@ -21,6 +21,7 @@ Patch3: backport-newrole-ensure-password-memory-erasure.patch Patch4: backport-semodule_package-Close-leaking-fd.patch Patch5: backport-python-Split-semanage-import-into-two-transactions.patch Patch6: backport-python-audit2allow-close-file-stream-on-error.patch +Patch7: backport-semodule-avoid-toctou-on-output-module.patch BuildRequires: gcc BuildRequires: pam-devel libsepol-static >= 3.3 libsemanage-static >= 3.3 libselinux-devel >= 3.3 libcap-devel audit-libs-devel gettext @@ -261,6 +262,9 @@ find %{buildroot}%{python3_sitelib} %{buildroot}%{python3_sitearch} \ %{_mandir}/* %changelog +* Thu Dec 1 2022 wanghuizhao - 3.3-3 +- backport patches from upstream + * Tue Nov 15 2022 shenxiangwei - 3.3-3 - backport patches from upstream