!5 selinux: set selinux to permissive

Merge pull request !5 from guoxiaoqi/next
This commit is contained in:
openeuler-ci-bot 2020-01-19 11:06:37 +08:00 committed by Gitee
commit 4d7d525568

View File

@ -12,7 +12,7 @@
Summary: SELinux policy configuration
Name: selinux-policy
Version: 3.14.2
Release: 46
Release: 47
License: GPLv2+
URL: https://github.com/fedora-selinux/selinux-policy/
@ -325,7 +325,7 @@ echo "
# enforcing - SELinux security policy is enforced.
# permissive - SELinux prints warnings instead of enforcing.
# disabled - No SELinux policy is loaded.
SELINUX=enforcing
SELINUX=permissive
# SELINUXTYPE= can take one of these three values:
# targeted - Targeted processes are protected,
# minimum - Modification of targeted policy. Only selected processes are protected.
@ -653,6 +653,9 @@ exit 0
%endif
%changelog
* Sun Jan 19 2020 openEuler Buildteam <buildteam@openeuler.org> - 3.14.2-47
- set selinux to permissive
* Thu Jan 16 2020 openEuler Buildteam <buildteam@openeuler.org> - 3.14.2-46
- enable selinux; delete man