From e56a57173466b76e3fc059754abd0a103ae5e4b2 Mon Sep 17 00:00:00 2001 From: jinlun Date: Tue, 7 Nov 2023 06:53:25 +0000 Subject: [PATCH] enforcing selinux Signed-off-by: jinlun --- selinux-policy.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/selinux-policy.spec b/selinux-policy.spec index 77753fb..472683f 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: 80 +Release: 81 License: GPLv2+ URL: https://github.com/fedora-selinux/selinux-policy/ @@ -428,7 +428,7 @@ echo " # enforcing - SELinux security policy is enforced. # permissive - SELinux prints warnings instead of enforcing. # disabled - No SELinux policy is loaded. -SELINUX=disabled +SELINUX=enforcing # SELINUXTYPE= can take one of these three values: # targeted - Targeted processes are protected, # minimum - Modification of targeted policy. Only selected processes are protected. @@ -784,6 +784,9 @@ exit 0 %endif %changelog +* Tue Nov 7 2023 jinlun - 3.14.2-81 +- enforcing selinux + * Thu Dec 29 2022 lixiao - 3.14.2-80 - add rule for hostnamed to rpmscript dbus chat -- Gitee