How to disable SElinux

vim /etc/selinux/config
# Comment out the line that has SELINUX=enforcing
# Add a line
SELINUX=disabled
       OR a line
SELINUX=permissive