GNU/Linux >> Linux の 問題 >  >> Panels >> Webmin

CentOS 6 で SELinux を無効にする

CentOS 6 で SELinux を無効にするには、次の構成ファイルを編集します:

# nano /etc/selinux/config

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

SELINUXへ=無効

# 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

これにより、次回の再起動時に SELinux が無効になります。


No
Webmin
  1. SELinuxを一時的または永続的に無効にする方法

  2. CentOS7/6およびRHEL7/6でSELinuxを無効にする方法

  3. Centos –ゴミ箱を無効にする方法は?

  1. CentOSでSELinuxを無効にする方法は?

  2. CentOS / RHEL 5 で IPv6 を無効にする方法

  3. CentOS/RHEL で lvmetad を無効にする方法

  1. CentOS7にBugzilla5.0をインストールする方法

  2. CentOS / RHEL 7 で IPv6 を無効にする方法

  3. RHEL/CentOS で SELinux モードを有効/無効にする方法