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/conifg
Change
SELINUX=enforcing
toSELINUX=disabled
-
Check after restarting the computer
systemctl status firewalld systemctl status getenforce