SELinux加強系統安全模組
查看相關服務設定
#/usr/sbin/getsebool -a | grep httpd
on & off 細項
# setsebool -P httpd_ssi_exec 1
啟用&停用SELinux
路徑:
/etc/selinux/config 或 /etc/sysconfig/selinux
#vi /etc/selinux/config
關閉SELinux
SELINUX=disabled
然後重開機
啟動SELinux
SELINUX=enforcing
然後重開機
暫時停用&啟用SELinux
停用
#setenforce 0
啟用
#setenforce 1
或下列方式
停用
#echo 0 >/selinux/enforce
啟用
#echo 1 >/selinux/enforce
沒有留言:
張貼留言