标签:des style blog io color ar os for sp
一、系统安装
[root@localhost ~]# vi /etc/sysconfig/selinux // 用vi编辑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 - No SELinux policy is loaded. # SELINUX=enforcing // 注释此行,增加下面一行 SELINUX=disabled # SELINUXTYPE= can take one of these two values: # targeted - Targeted processes are protected, # minimum - Modification of targeted policy. Only selected processes are protected. # mls - Multi Level Security protection. SELINUXTYPE=targeted
输入【ESC】:wq 【Enter】保存文件并退出
CentOS6.0 for Mac Parallels Desktop 安装过程
标签:des style blog io color ar os for sp
原文地址:http://www.cnblogs.com/dqmh/p/4074415.html