Editing /etc/selinux/config file will disable SELinux on boot, however it will remain enabled until you restart the server.
To disable it without having to reboot type this command at the prompt
setenforce 0
And there you go! Selinux fully disabled without restarting
Regards