From c9be1dfca1d65047a5873a6c892959204850c067 Mon Sep 17 00:00:00 2001 From: luhuaxin <1539327763@qq.com> Date: Thu, 27 May 2021 09:32:13 +0800 Subject: [PATCH] close selinux on sp2 --- selinux-policy.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/selinux-policy.spec b/selinux-policy.spec index af8a5bb..ab6402a 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: 68 +Release: 69 License: GPLv2+ URL: https://github.com/fedora-selinux/selinux-policy/ @@ -379,7 +379,7 @@ echo " # enforcing - SELinux security policy is enforced. # permissive - SELinux prints warnings instead of enforcing. # disabled - No SELinux policy is loaded. -SELINUX=enforcing +SELINUX=disabled # SELINUXTYPE= can take one of these three values: # targeted - Targeted processes are protected, # minimum - Modification of targeted policy. Only selected processes are protected. @@ -735,6 +735,9 @@ exit 0 %endif %changelog +* Thu May 27 2021 luhuaxin <1539327763@qq.com> - 3.14.2-69 +- close selinux on sp2 + * Tue May 20 2021 luhuaxin <1539327763@qq.com> - 3.14.2-68 - bump release for sp2 -- Gitee