from http://blog.zwiegnet.com/linux-server/disable-selinux-centos-7/
summary:
then reboot
summary:
[root@localhost ~]# sestatusnow execute:
SELinux status: enabled
SELinuxfs mount: /sys/fs/selinux
SELinux root directory: /etc/selinux
Loaded policy name: targeted
Current mode: enforcing
Mode from config file: enforcing
Policy MLS status: enabled
Policy deny_unknown status: allowed
Max kernel policy version: 28
[root@localhost ~]# sed -i 's/enforcing/disabled/g' /etc/selinux/config
then reboot