mirror of
https://github.com/hardenedlinux/harbian-audit.git
synced 2025-07-30 09:06:01 +02:00
Fix spelling error.
This commit is contained in:
parent
a7ae943c52
commit
b50f38808c
@ -64,7 +64,7 @@ apply_debian () {
|
|||||||
if [ $FNRET = 0 ]; then
|
if [ $FNRET = 0 ]; then
|
||||||
ok "SELinux targeted policy was enabled."
|
ok "SELinux targeted policy was enabled."
|
||||||
elif [ $FNRET = 1 ]; then
|
elif [ $FNRET = 1 ]; then
|
||||||
warn "Set SELinux targeted policy to enable, and need root"
|
warn "Set SELinux targeted policy to enable, and need reboot"
|
||||||
replace_in_file $SELINUXCONF_FILE 'SELINUXTYPE=.*' $SELINUXTYPE_VALUE
|
replace_in_file $SELINUXCONF_FILE 'SELINUXTYPE=.*' $SELINUXTYPE_VALUE
|
||||||
else
|
else
|
||||||
:
|
:
|
||||||
@ -75,7 +75,7 @@ apply_centos () {
|
|||||||
if [ $FNRET = 0 ]; then
|
if [ $FNRET = 0 ]; then
|
||||||
ok "SELinux targeted policy was enabled."
|
ok "SELinux targeted policy was enabled."
|
||||||
elif [ $FNRET = 1 ]; then
|
elif [ $FNRET = 1 ]; then
|
||||||
warn "Set SELinux targeted policy to enable, and need root"
|
warn "Set SELinux targeted policy to enable, and need reboot"
|
||||||
replace_in_file $SELINUXCONF_FILE 'SELINUXTYPE=.*' $SELINUXTYPE_VALUE
|
replace_in_file $SELINUXCONF_FILE 'SELINUXTYPE=.*' $SELINUXTYPE_VALUE
|
||||||
else
|
else
|
||||||
:
|
:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user