miércoles, 30 de octubre de 2013

Desactivar Selinux en Centos 6.x

Ruta del archivo de Selinux: /etc/sysconfig/selinux

Contenido del archivo de configuración:

# 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=permissive
# SELINUXTYPE= type of policy in use. Possible values are:
#       targeted - Only targeted network daemons are protected.
#       strict - Full SELinux protection.
SELINUXTYPE=targeted

# SETLOCALDEFS= Check local definition changes
SETLOCALDEFS=0


Debemos fijarnos en la linea que dice:  "SELINUX=permissive"  y deberemos dejarla de la siguiente manera: " SELINUX=disabled"

No hay comentarios.:

Publicar un comentario