SELinux or abbreviation of Security-Enhanced Linux is a security enhancement that regulate a variety of access control in our linux system. But sometimes there are some conditions where we do not want, such as ftp access become writeable, etc..
In CentOS 5.5 this SELinux enabled by default, to disable it, simply edit the configuration of SELinux which is located in: / etc / selinux / config to be like this:
In CentOS 5.5 this SELinux enabled by default, to disable it, simply edit the configuration of SELinux which is located in: / etc / selinux / config to be like this:
# SELINUXTYPE= type of policy in use. Possible values are: # targeted - Only targeted network daemons are protected. # strict - Full SELinux protection. SELINUXTYPE=targeted
Next save and reboot your CentOS
Hopefully Helpful;-)
Hopefully Helpful;-)
No comments:
Post a Comment