vi /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 – No SELinux policy is loaded. SELINUX=disabled # SELINUXTYPE= can take one of three …
Centos SELINUX 끄기 더보기
태그 :centos
Centos 7 방화벽 끄기(firewalld)
실행중인 방화벽 중지 systemctl stop firewalld 재부팅시 자동시작 해제 systemctl disable firewalld