|
|
发表于 2007-1-17 10:22:15
|
显示全部楼层
Post by shouzhou
搞文件共享 将 /etc/selinux/config 这个文件改错了,哪位给我传个好的阿上来啊,现在linux都进不去哦,可怜的一塌。。。
/etc/selinux/config 内容
# 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
# SETLOCALDEFS= Check local definition changes
SETLOCALDEFS=0 |
|