Skip to content

Commit

Permalink
Merge e01bee3 into 98eac18
Browse files Browse the repository at this point in the history
  • Loading branch information
AstroProfundis authored May 24, 2021
2 parents 98eac18 + e01bee3 commit d54d240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cluster/manager/check.go
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ func fixFailedChecks(host string, res *operator.CheckResult, t *task.Builder) (s
case operator.CheckNameSELinux:
t.Shell(host,
fmt.Sprintf(
"sed -i 's/^[[:blank:]]*SELINUX=enforcing/SELINUX=no/g' %s && %s",
"sed -i 's/^[[:blank:]]*SELINUX=enforcing/SELINUX=disabled/g' %s && %s",
"/etc/selinux/config",
"setenforce 0",
),
Expand Down

0 comments on commit d54d240

Please sign in to comment.