# 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=enforcing
# SELINUXTYPE= type of policy in use. Possible values are:
# targeted - Only targeted network daemons are protected.
# strict - Full SELinux protection.
SELINUXTYPE=targeted
把
CODE:
SELINUX=enforcing
修改为
CODE:
SELINUX=disabled
重新启动机器即可
作者: Junyi 发布日期:
2011-2-16
顶沙发
作者: deepwhite 发布日期:
2011-2-16
QUOTE:
可以禁止selinux
打开终端,执行命令sudo vi /etc/selinux/config # This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
# enforcing - SELinux security ...
pallana 发表于 2011-2-16 08:29