Vì vậy, cấu hình SELinux của bạn trông như thế này
# 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
Nhưng khi bạn chạy getenforce
kết quả là Disabled
.
Những điều bạn cần kiểm tra:
- Cấu hình SELinux ở đúng vị trí (trên RHEL dựa trên
/etc/selinux/config
)
- Không có đối số dòng lệnh kernel nào vô hiệu hóa SELinux
- Không có dòng RC.d nào chạy
setenforce 0
Nói chung một trong những điều này thường sẽ là nguyên nhân. Ngoài ra, hãy đảm bảo bạn viết ra tệp khi bạn chỉnh sửa nó (với VIM, đây là :wq
, với nano Ctrl W , sau đó Ctrl X )
Trong thời gian đó, bạn có thể giảm thiểu điều này bằng cách sử dụng setenforce 1