26.禁用SELinux,提升总体安全性。
SELinux是Fedora的安全扩展,提供扩展的安全。在我看来,你并不需要它来配置一个安全的系统,它通常会导致比优势更多的问题,因此我选择禁用它。
要禁用SELinux,打开一个终端(Activities > Applications > Terminal)。

禁用SELinux(来源网络)
利用root权限,通过命令udo gedit /etc/sysconfig/selinux打开/etc/sysconfig/selinux
我们需要将SElinux设置为不启动,例如:
# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
# enforcing - SELinux security policy is enforced.
# permissive - SELinux prints warnings instead of enforcing.
# disabled - SELinux is fully disabled.
SELINUX=disabled
# SELINUXTYPE= type of policy in use. Possible values are:
# targeted - Only targeted network daemons are protected.
# strict - Full SELinux protection.
SELINUXTYPE=targeted
设置完成后,我们需要重新启动。设置就会生效。
总结:通过对Fedora 17的安装,我们可以看出此款操作系统的界面和可用性方面非常强大,同时不逊Windows 8的操作感受会让Fedora 17在用户中更受欢迎。同时Fedora仍然以支持x86架构为主,同时也开始支持ARM架构。将有助于日后其在桌面系统上的发展。









