Linux « VMware上のサーバの時計がくるう。。。 | HOME | TOMO in Korea ?? »
■ SELinux
Deactivate SELinux
SELinux stands for Security Enhanced Linux which provides you more secured Linux environment. But sometimes it conflicts with your setup. So better deactivate this function to avoid any problems unless you know how to use this.
# getenforce (To check the status of SELinux)
Enforcing (Activated)
# setenforce 0 (Deactivate SELinux)
# getenforce (Check status)
Permissive (Deactivated)
# nano /etc/sysconfig/selinux (Deactivate SELinux when the system starts up.)
SELINUX=enforcing
↓
SELINUX=disabled
投稿者 tomopugh : 2008年07月15日 16:37

