An understanding of basic SELinux commandline tools is essential.
* sestatus - to see general status information and some boolean settings
* getenforce - to see the actual selinux mode
* setenforce 1/0 - to switch between enforcing-/warning-mode
* enforcing=1/0 - grub boot parameter to boot in selinux enforcing- or warning mode, regardless of the /etc/sysconfig/selinux settings
* system-config-securitylevel - to statically set the selinux mode and policy version
* -Z option - used by "ps" and "ls" to see the security context set on files and processes
* chcon - to change the security context on files (chcon --reference to use a reference)
