Merge branch 'jenkins-build-4' into 'master'
Auto-merge for build 4 See merge request puppet/confdroid_selinux!4
This commit is contained in:
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@@ -2,6 +2,7 @@
|
|||||||
"cSpell.words": [
|
"cSpell.words": [
|
||||||
"getenforce",
|
"getenforce",
|
||||||
"policycoreutils",
|
"policycoreutils",
|
||||||
|
"SELINUXTYPE",
|
||||||
"setenforce",
|
"setenforce",
|
||||||
"setools",
|
"setools",
|
||||||
"setroubleshoot",
|
"setroubleshoot",
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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 %>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user