Disable SELinux in Fedora 14

November 8, 2010

You can disable SELinux by editing the config file in /etc/selinux while being root

Change

SELINUX=enforcing

to

SELINUX=permissive

and this will only print warnings rather than enforcing.

You will need to reboot to see your changes.

Tags: selinux fedora