CentOS7 のセキュリティ管理#
-
防火壁:firewall
実験環境では、防火壁を永続的に無効にすることをお勧めします:
systemctl disable firewalld -
selinux
実験環境では、selinux を永続的に無効にすることをお勧めします:設定ファイルを変更
/etc/selinux/conifgSELINUX=enforcingをSELINUX=disabledに変更します -
コンピューターを再起動した後に確認
systemctl status firewalld systemctl status getenforce