/etc/selinux/config
を開きます。# vi /etc/selinux/config
SELINUX=disabled
に変更します。# 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 <--コメントアウト SELINUX=disabled <ーー 追加 # SELINUXTYPE= can take one of these two values: # targeted - Targeted processes are protected, # mls - Multi Level Security protection. SELINUXTYPE=targeted
保存して、システムを再起動
# reboot
検証
再起動したら、getenforce で
Disabled
を確認します。$ getenforce Disabled
0 件のコメント:
コメントを投稿
注: コメントを投稿できるのは、このブログのメンバーだけです。