GNU/Linux >> Tutoriales Linux >  >> Cent OS

Deshabilite SELinux en CentOS o RHEL 5/5.1/5.2/5.3/5.4/5.5/5.6/5.7

SELinux, abreviado como Security-Enhanced Linux, implementa las políticas de seguridad en Linux y proporciona controles de acceso de nivel adicional. fue desarrollado originalmente por la Agencia de Seguridad Nacional de los Estados Unidos. Desde CentOS 5 SELinux habilitado por defecto. Hay algunas circunstancias en las que no se requieren controles de acceso de nivel adicionales en ese momento, es posible que desee deshabilitarlos. Aquí está la pequeña guía para deshabilitar SELinux.

Método 1:

Cambiar a usuario root.

[geeksite@geeksite]$ su -
Password:

Edite /etc/selinux/config.

[root@geeksite]# vi /etc/selinux/config

Cambiar SELinux=enforcing

# 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 these two values:
#     targeted - Targeted processes are protected,
#     mls - Multi Level Security protection.
SELINUXTYPE=targeted

a SELinux=deshabilitado

# 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=disabled
# SELINUXTYPE= can take one of these two values:
#     targeted - Targeted processes are protected,
#     mls - Multi Level Security protection.
SELINUXTYPE=targeted

Esto deshabilitará SELinux en el próximo reinicio.
Para deshabilitar SELinux sin reiniciar, use el siguiente comando.

[root@geeksite]# setenforce 0

Esto desactivará SELinux hasta que reinicie el sistema.

Método 2:

Escribe el siguiente comando en Terminal.

[root@geeksite]# setup

Obtendrá la siguiente ventana, seleccione la configuración del firewall y seleccione Aceptar y presione Entrar.


Desactívelo usando Tab y seleccione Aceptar y presione Entrar.


Seleccione Salir y presione Entrar y ahora aparecerá el mensaje de SELinux desactivado en la terminal.

Método 3:

Escribe el siguiente comando en Terminal.

[root@geeksite]# lokkit

O

[root@geeksite]# system-config-securitylevel-tui

Obtendrá la siguiente pantalla de configuración del cortafuegos, presione Tab para seleccionar SELinux deshabilitado y también seleccione Aceptar, luego presione Entrar.

Ahora obtendrá un mensaje de SELinux deshabilitado en la terminal. ¡Eso es todo! ha deshabilitado con éxito SELinux en CentOS 5. Aquí está el tutorial sobre cómo deshabilitar SELinux en CentOS 6.


Cent OS
  1. Cómo deshabilitar SELinux en CentOS 7/6 y RHEL 7/6

  2. Instale LibreOffice 3.5 en CentOS 6.2/6.1/6.0 / CentOS 5.7

  3. Cómo actualizar CentOS 7.0/7.1/7.2/7.3/7.4/7.5/7.6 a CentOS 7.7

  4. Cómo instalar MySQL 8.0/5.7 en CentOS 7 / RHEL 7

  5. Instale el repositorio CentALT RPM en CentOS, RHEL 6/5

Cómo actualizar RHEL 6.2/6.3/6.4/6.5 a RHEL 6.6

Cómo configurar el servidor DNS (Bind) en CentOS/RHEL 7/6/5

Cómo configurar Red5 Media Server en CentOS/RHEL 7/6/5

Instale Elgg (plataforma de redes sociales) en CentOS RHEL 6/5

Configure Rsyslog con MySQL y LogAnalyzer en CentOS/RHEL 6/5

Instale Linux Kernel 5.16/5.17 en Fedora Linux 34/35