Merge branch 'jenkins-build-4' into 'master'

Auto-merge for build 4

See merge request puppet/confdroid_selinux!4
This commit is contained in:
Jenkins
2026-04-05 15:09:57 +00:00
3 changed files with 4 additions and 2 deletions

View File

@@ -2,6 +2,7 @@
"cSpell.words": [ "cSpell.words": [
"getenforce", "getenforce",
"policycoreutils", "policycoreutils",
"SELINUXTYPE",
"setenforce", "setenforce",
"setools", "setools",
"setroubleshoot", "setroubleshoot",

View File

@@ -58,7 +58,7 @@ All files and directories are configured with correct selinux context. If selinu
## Known Problems ## Known Problems
- Systems reconfigured with selinux disabled require once a reboot for selinux to be enabled. This module will **__not__*- do the reboot for you to avoid unexpected outages. - Systems reconfigured with selinux disabled require once a reboot for selinux to be enabled. This module will **not**- do the reboot for you to avoid unexpected outages.
## Support ## Support

View File

@@ -1,6 +1,7 @@
################################################################################ ################################################################################
########## /etc/selinux/config managed by Puppet ########## ########## /etc/selinux/config managed by Puppet ##########
########## manual changes will be overwritten !!! ########## ########## manual changes will be overwritten !!! ##########
########## original file: https://3for.me/wdtuj ##########
################################################################################ ################################################################################
SELINUX=<%= @sx_selinux_status %> SELINUX=<%= @sx_selinux_status %>