To temporarily disable SELinux on CentOS/RedHat EL run:
# echo 0 > /selinux/enforce
For permanent disabling, run:
# sed -i 's/SELINUX=enforcing/SELINUX=permissive/g' /etc/selinux/config
To temporarily disable SELinux on CentOS/RedHat EL run:
# echo 0 > /selinux/enforce
For permanent disabling, run:
# sed -i 's/SELINUX=enforcing/SELINUX=permissive/g' /etc/selinux/config
Excellent overview and analysis of Stuxnet and whole 'Olympic Games' campaign. Good reading that complements very detailed technical analysis of this malware.