diff --git a/.vscode/settings.json b/.vscode/settings.json index 6bf7d62..db8edf2 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,6 +2,7 @@ "cSpell.words": [ "getenforce", "policycoreutils", + "SELINUXTYPE", "setenforce", "setools", "setroubleshoot", diff --git a/README.md b/README.md index 107e263..8407b9b 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ All files and directories are configured with correct selinux context. If selinu ## 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 diff --git a/templates/main/selinux_config.erb b/templates/main/selinux_config.erb index 5184888..70d1f99 100644 --- a/templates/main/selinux_config.erb +++ b/templates/main/selinux_config.erb @@ -1,6 +1,7 @@ ################################################################################ ########## /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 %>