Does this mean that selinux is currently enabled on my system?
In /etc/sysconfig/selinux, I set:
SELINUX=disabled
AND then rebooted the server, but still in phpinfo() the same thing is showing up!
How do I disable it permanently?
(Nothing against selinux, but I have scripts that need to execute other programs - and it appears that selinux is interfering with them... http://serverfault.com/questions/192951/what-permissions-are-needed-to-run-a-system-command-within-a-php-script-that-wr)
Edit 1:
If it helps, I also did the same in: /etc/selinux/config
sestatuscommand will tell you. – Ignacio Vazquez-Abrams Oct 25 '10 at 7:55