From ec8e4ca78ae440951e2968d7c1a28a9b64d85278 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=A2=E5=8D=8E=E6=AD=86?= <1539327763@qq.com> Date: Fri, 5 Mar 2021 10:13:52 +0800 Subject: [PATCH] update spec file --- selinux-policy.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/selinux-policy.spec b/selinux-policy.spec index e9daef6..336fe77 100644 --- a/selinux-policy.spec +++ b/selinux-policy.spec @@ -12,7 +12,7 @@ Summary: SELinux policy configuration Name: selinux-policy Version: 3.14.2 -Release: 65 +Release: 66 License: GPLv2+ URL: https://github.com/fedora-selinux/selinux-policy/ @@ -67,6 +67,8 @@ Patch14: add_userman_access_run_dir.patch Patch15: add-allow-systemd-timedated-to-unlink-etc-link.patch Patch16: add-avc-for-openEuler-1.patch Patch17: add-firewalld-fc.patch +Patch18: backport-systemd-allow-all-systemd-services-to-check-selinux-.patch +Patch19: backport-Allow-dovecot-bind-to-smtp-ports.patch BuildArch: noarch BuildRequires: python3 gawk checkpolicy >= %{CHECKPOLICYVER} m4 policycoreutils-devel >= %{POLICYCOREUTILSVER} bzip2 gcc @@ -733,6 +735,11 @@ exit 0 %endif %changelog +* Fri Mar 5 2021 luhuaxin <1539327763@qq.com> - 3.14.2-66 +- selinux_requires macro shouldn't depend on policycoreutils-python +- add avc for allowing systemd services to check selinux status +- add avc for allowing dovecot to bind smtp port + * Tue Dec 23 2020 openEuler Buildteam - 3.14.2-65 - add add-firewalld-fc.patch