Troubleshooting Tips
This sections provides instructions that will be helpful in solving issues in configuring SELinux.
To modify the mode in which SELinux runs in real-time, run the following commands:
Table 3-2 Modifying SELinux Mode
Mode | Command |
---|---|
Run SELinux in permissive mode (System prints warnings only but does not enforce SELinux policy) | setenforce 0 |
Run SELinux in the enforcing mode (SELinux security policy is enforced) | setenforce 1 |
Verify the status | getenforce |