[quote=“Tom Elliott, post: 29356, member: 7271”]Try the command:
[code]sed -i ‘s/SELINUX=enforcing/SELINUX=disabled/’ /etc/selinux/config[/code]
Normally the /etc/sysconfig/selinux is just a symbolic link to /etc/selinux/config, but sometimes the link doesn’t happen and it becomes it’s own file.
Once you do the sed command, you will likely need to restart the system again.
Thanks[/quote]
Yes, that was it, selinux is now disabled. Thanks for the quick fix.