View Single Post
  #3 (permalink)  
Old 01-09-2006, 05:32 PM
IRCBrasil IRCBrasil is offline
Registered User
 
Join Date: Jul 2004
Posts: 95
IRCBrasil is on a distinguished road
Quote:
Originally Posted by chirpy
IIRC, I believe that's SELINUX. If so, make sure it's disabled.
I dont think is it

Code:
root@ss32 [/etc/selinux]# cat 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=disable
# SELINUXTYPE= type of policy in use. Possible values are:
#       targeted - Only targeted network daemons are protected.
#       strict - Full SELinux protection.
SELINUXTYPE=targeted
root@ss32 [/etc/selinux]#
Reply With Quote