Security Management of CentOS7#
-
Firewall: firewall
It is recommended to permanently disable the firewall in the test environment:
systemctl disable firewalld -
selinux
It is recommended to permanently disable selinux in the test environment: modify the configuration file
/etc/selinux/conifgChange
SELINUX=enforcingtoSELINUX=disabled -
Check after restarting the computer
systemctl status firewalld systemctl status getenforce