可以禁止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
治了根了……
其实,弹出的提示消息里面一般都有如何解决的提示,LZ 可以仔细看看。
Junyi 于 2011-02-16 08:42:42发表:
顶沙发
pallana 于 2011-02-16 08:29:46发表:
可以禁止selinux
打开终端,执行命令[code]sudo vi /etc/selinux/config [/code][code]# 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]把[code]SELINUX=enforcing[/code]修改为[code]SELINUX=disabled [/code]重新启动机器即可
qq710456249 于 2011-03-01 13:47:27发表:
GNOME桌面环境,系统设置里有哦 我的是从那改的 嘿嘿
wzmlxl 于 2011-02-16 18:51:57发表:
谢谢了,解决了,(e:e2s
pallana 于 2011-02-16 16:23:28发表:
对的,看一下给出的提示就能够大致摸清问题的来源
deepwhite 于 2011-02-16 14:46:43发表:
治了根了……
其实,弹出的提示消息里面一般都有如何解决的提示,LZ 可以仔细看看。
Junyi 于 2011-02-16 08:42:42发表:
顶沙发
pallana 于 2011-02-16 08:29:46发表:
可以禁止selinux
打开终端,执行命令[code]sudo vi /etc/selinux/config [/code][code]# 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]把[code]SELINUX=enforcing[/code]修改为[code]SELINUX=disabled [/code]重新启动机器即可