「CentOS Stream 8」SELinuxを無効にする方法
1.SELinuxの状態を確認
# getenforce
Enforcing
2.ファイルを修正
# vi /etc/selinux/config
修正前
SELINUX=Enforcing
修正後
SELINUX=disabled
3.再起動
#reboot
4.状態を確認
# getenforce
Disabled
Coding Changes the World
1.SELinuxの状態を確認
# getenforce
Enforcing
2.ファイルを修正
# vi /etc/selinux/config
修正前
SELINUX=Enforcing
修正後
SELINUX=disabled
3.再起動
#reboot
4.状態を確認
# getenforce
Disabled