모두 처리
SELinux에 문제가 있습니다. 구성 파일 SELINUX = enforcing에서 getenforcing 명령을 실행하면 비활성화됩니다. 변경 사항이 있는지 확인하기 위해 서버를 재부팅했지만 여전히 똑같은 문제가 무엇입니까?
모두 처리
SELinux에 문제가 있습니다. 구성 파일 SELINUX = enforcing에서 getenforcing 명령을 실행하면 비활성화됩니다. 변경 사항이 있는지 확인하기 위해 서버를 재부팅했지만 여전히 똑같은 문제가 무엇입니까?
답변:
따라서 SELinux 설정은 다음과 같습니다
# 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=enforcing
# SELINUXTYPE= can take one of three two values:
# targeted - Targeted processes are protected,
# minimum - Modification of targeted policy. Only selected processes are protected.
# mls - Multi Level Security protection.
SELINUXTYPE=targeted
그러나 실행 getenforce
하면 결과는 Disabled
입니다.
확인해야 할 사항 :
/etc/selinux/config
)setenforce 0
일반적으로이 중 하나가 원인입니다. 또한 파일을 편집 할 때 파일을 작성해야합니다 (VIM의 경우 :wq
nano CtrlW, 다음 CtrlX)
그 동안 다음을 사용하여이를 완화 할 수 있습니다. setenforce 1