引用网上的话,SELinux全称是Security-Enhanced Linux,是Linux核心中整合的一个新的安全构架,Linux security modules(LSM),是美国国家安全局(NAS)和SElinux社区的一个联合项目,经过NAS 和红帽子公司的努力 ,SELinux被整合进入了红帽子linux企业版。
SELinux 是Fedora的安全工具,在服务器环境中不可或缺的好工具,在桌面环境下可能用处不大,有时候要关闭SELinux。那怎么做呢?
第一种:打开菜单,系统->管理->SELinux Management(见图1),把系统默认的应用模式选第一项Disabled(见图2),然后重启即可。
图1
图2
转载本站文章请注明:来自:Fedora中文爱好者[http://www.fedora.cc]
本文链接: http://www.fedora.cc/index.php/2009/01/fedora-10-selinux-guanbi/
第二种:也可以直接修改系统配置文件(见图3)
# gedit /etc/selinux/config
把SELINUX=enforcing 改为 SELINUX=disabled
图3
转载本站文章请注明:来自:Fedora中文爱好者[http://www.fedora.cc]
本文链接: http://www.fedora.cc/index.php/2009/01/fedora-10-selinux-guanbi/