Red Hat
Make Time For SELinux In Your Most Sensitive Systems
One of the first Linux features that most users disable is Security-Enhanced Linux. SELinux "provides a hybrid of concepts and capabilities drawn from mandatory access controls, mandatory integrity controls, role-based access control (RBAC), and type enforcement architecture." SELinux's confinement of user programs and system servers is so much more secure, but confusing to implement for beginners.
As sudo or root, you can enable or disable SELinux in Fedora or any Red Hat clone with the following commands:
Temporary permissive mode:
Temporary enforcing mode:
Check the status of SELinux:
As sudo or root, to permanently disable or enforce SELinux in any Red Hat clone:
Making time to secure your systems:
Sorry, I don't have the time for SELinux:
If you are in a GUI, and installed the setroubleshoot package:
If you are working from the command line:
Finally, use the power of Google and Youtube to get a better grasp of SELinux.
