From a5e4dc02ba5b437975c20c73fcfa2450252fd052 Mon Sep 17 00:00:00 2001 From: 12ww1160 <12ww1160@confdroid.com> Date: Sun, 5 Apr 2026 17:09:07 +0200 Subject: [PATCH] OP#563 fix package name --- .vscode/settings.json | 1 + README.md | 2 +- templates/main/selinux_config.erb | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) 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 %>