GNU/Linux >> Znalost Linux >  >> Panels >> Webmin

Zakažte SELinux na CentOS 6

Chcete-li zakázat SELinux na CentOS 6, upravte následující konfigurační soubor:

# nano /etc/selinux/config

Změňte SELINUX=vynucová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 - 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

na SELINUX=vypnuto

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

Toto deaktivuje SELinux při příštím restartu.


No
Webmin
  1. Jak nainstalovat Bugzillu 5.0 na CentOS 7

  2. Jak zakázat SELinux na CentOS 7/6 a RHEL 7/6

  3. Jak zakázat SELinux na CentOS?

  1. Centos – Jak zakázat koš?

  2. Jak zakázat IPv6 na CentOS / RHEL 5

  3. Jak zakázat lvmetad v CentOS/RHEL

  1. Jak dočasně nebo trvale zakázat SELinux

  2. Jak zakázat IPv6 na CentOS / RHEL 7

  3. Jak povolit/zakázat režimy SELinux v RHEL/CentOS