GNU/Linux >> Belajar Linux >  >> Panels >> Webmin

Nonaktifkan SELinux pada CentOS 6

Untuk menonaktifkan SELinux pada CentOS 6, edit file konfigurasi berikut:

# nano /etc/selinux/config

Ubah SELINUX=menegakkan

# 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

ke SELINUX=dinonaktifkan

# 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

Ini akan menonaktifkan SELinux pada reboot berikutnya.


No
Webmin
  1. Bagaimana cara menginstal Bugzilla 5.0 di CentOS 7

  2. Cara Menonaktifkan SELinux di CentOS 7/6 &RHEL 7/6

  3. Cara menonaktifkan IPv6 di CentOS / RHEL 5

  1. Cara Menonaktifkan SELinux Sementara atau Permanen

  2. Centos – Bagaimana Cara Menonaktifkan Sampah?

  3. Cara mengaktifkan/menonaktifkan Mode SELinux di RHEL/CentOS

  1. Bagaimana Cara Menonaktifkan SELinux di CentOS?

  2. Cara menonaktifkan IPv6 di CentOS / RHEL 7

  3. Cara menonaktifkan lvmetad di CentOS/RHEL