SELinux 때문에 짜증날지경이거나, 알수없는 오류메세지에 머리가 아프신분들은 과감하게 해제해 봅시다.

[jabcholove@localhost ~]$ su                //root권한 얻기
암호:
[root@localhost jabcholove]# vi /etc/selinux/config              //vi로 config 편집

SELINUX=enforcing 를  SELINUX=disabled 로 고쳐줍니다.

 
# 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 - No SELinux policy is loaded.
SELINUX=disabled
# SELINUXTYPE= can take one of these two values:
#     targeted - Targeted processes are protected,
#     mls - Multi Level Security protection.
SELINUXTYPE=targeted
 






































+ Recent posts