Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Fix
-
1.2.2
-
None
Description
the cluster tester script uses a simplistic grep to determine SELINUX status. It will return a false failure if you do something like the following:
#SELINUX=enforcing
SELINUX=permissive
The check should be more robust.