CentOS 9 如何停用SELinux

在CentOS 9中如果要關閉SELinux,做法跟先前的設定有很大的差異,別再編輯「/etc/selinux/config」檔案了,跟著小編一起來了解如何設定吧。

範例環境:CentOS 9

[停用SELinux]
Set 01、檢查 SELinux 的狀態
語法:
getenforce

Set 02、停用 SELinux
語法:
grubby –update-kernel ALL –args selinux=0

Set 03、重新開機套用設定
語法:
reboot

[啟用SELinux]
Set 01、檢查 SELinux 的狀態

語法:
getenforce

Set 02、啟用 SELinux
語法:
grubby –update-kernel ALL –remove-args selinux

Set 03、重新開機套用設定
語法:
reboot