From c8b5bf402d20077a73c15d55fc90c26e97119711 Mon Sep 17 00:00:00 2001 From: Beniamino Galvani Date: Fri, 8 May 2020 09:09:25 +0200 Subject: build: install a firewalld zone for shared mode Install a NM-specific firewalld zone to be used for interfaces that are used for connection sharing. The zone blocks all traffic to the local machine except some protocols (DHCP, DNS and ICMP) and allows all forwarded traffic. --- config.h.meson | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h.meson') diff --git a/config.h.meson b/config.h.meson index 009c635da4..b421ee1e71 100644 --- a/config.h.meson +++ b/config.h.meson @@ -233,6 +233,9 @@ /* Define if you have iwd support */ #mesondefine WITH_IWD +/* Define if NetworkManager uses a custom zone for shared mode */ +#mesondefine WITH_FIREWALLD_ZONE + /* Define to 1 if on MINIX. */ #mesondefine _MINIX -- cgit v1.2.1