AlmaLinux9.4 firewalldやselinuxを停止する方法

環境
AlmaLinux9.4

操作方法
1.firawalld停止
# systemctl stop firewalld

firawalldの自動起動停止
# systemctl disable firewalld

firawalld確認
# systemctl status firewalld

2.selinux停止
selinux停止

# grubby --update-kernel ALL --args selinux=0

再起動
# reboot

selinux確認
# getenforce
Disabled

getenforceコマンドの返り値は以下になります。
Enforcing   selinuxが有効
Permissive  selinuxが有効、ただし拒否せずログ出力のみ
Disabled   selinuxが無効

IT

Posted by arkgame