#! /bin/bash # Run this script as SU to set the SELINUX to prmissive. A pop-up windows will appear where you can set the selinux to permissive from enforced. /usr/bin/system-config-selinux ## The command '/usr/bin/system-config-selinux' works in fedora13 at least. ## If the '/usr/bin/system-config-selinux' does not work, then use the following command line, #Reboot is needed if using this method. ## Uncomment the next two lines if you want to use them. # echo 'SELINUX=permissive' >> /etc/sysconfig/selinux # reboot