OP#563 fix package name
This commit is contained in:
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@@ -2,6 +2,7 @@
|
||||
"cSpell.words": [
|
||||
"getenforce",
|
||||
"policycoreutils",
|
||||
"SELINUXTYPE",
|
||||
"setenforce",
|
||||
"setools",
|
||||
"setroubleshoot",
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
################################################################################
|
||||
########## /etc/selinux/config managed by Puppet ##########
|
||||
########## manual changes will be overwritten !!! ##########
|
||||
########## original file: https://3for.me/wdtuj ##########
|
||||
################################################################################
|
||||
SELINUX=<%= @sx_selinux_status %>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user