Estou no CentOS 6.9 com uma pilha LAMP, tentando definir SELinux = enforcing em /etc/selinux/config
No entanto, após ** reboot ** e verificando sestatus
, ainda recebo SELinux status:disabled
Então tentei executar setenforce Permissive
, que retorna setenforce: SELinux is disabled
Também setsebool httpd_can_sendmail 1
que retorna a mesma msg
Verifiquei o link entre ln -s /etc/selinux/config /etc/sysconfig/selinux
conteúdo do arquivo de configuração:
# 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 - SELinux is fully disabled.
SELINUX=enforcing
# SELINUXTYPE= type of policy in use. Possible values are:
# targeted - Only targeted network daemons are protected.
# strict - Full SELinux protection.
SELINUXTYPE=targeted
Por que os comandos não estão funcionando? Como posso ativar o SELinux?
edite, a razão pela qual eu estou tentando habilitar o SELinux é por causa deste post: link
Saída decat /proc/cmdline
ro root=/dev/mapper/VolGroup00-LogVol00 rd_NO_LUKS LANG=en_US.UTF-8 rd_NO_MD SYSFONT=latarcyrheb-sun16 rd_LVM_LV=VolGroup00/LogVol01 rd_LVM_LV=VolGroup00/LogVol00 KEYBOARDTYPE=pc KEYTABLE=us crashkernel=129M@48M rhgb quiet rd_NO_DM rhgb quiet vga=791