转自:http://www.2cto.com/os/201306/218271.html
Fedora关闭/禁用SELinux
SeLinux
sudo gedit /etc/selinux/config
修改成 SELINUX=disable 禁用SeLinux;
修改成 SELINUX=enforcing 使用SeLinux
转自:http://www.2cto.com/os/201306/218271.html
Fedora关闭/禁用SELinux