fcaviggia / hardened-centos7-kickstart

DVD embedded Kickstart for CentOS 7 utilizing SCAP Security Guide (SSG) as a hardening script.
Other
158 stars 58 forks source link

Firewalld systemd #40

Open pjsantoscuenca opened 4 years ago

pjsantoscuenca commented 4 years ago

Hello

I would like to know how fiewalld is configured in a chroot environment without using firewall-offline-cmd. I have checked in your code that it is possible using firewall-cmd directly.

Thanks.

fcaviggia commented 4 years ago

Here's a good place to start:

https://github.com/fcaviggia/hardened-centos7-kickstart/blob/master/config/hardening/firewalld.sh

fcaviggia commented 4 years ago

Is that script useful?