summaryrefslogtreecommitdiff
path: root/config.h.meson
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2020-05-08 09:09:25 +0200
committerBeniamino Galvani <bgalvani@redhat.com>2020-05-15 19:06:24 +0200
commitc8b5bf402d20077a73c15d55fc90c26e97119711 (patch)
tree846e71c73745e74f68e20a5bcb44e231ff460e85 /config.h.meson
parentfb0d59689c0d55c3592129c1161772550df79073 (diff)
downloadNetworkManager-c8b5bf402d20077a73c15d55fc90c26e97119711.tar.gz
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.
Diffstat (limited to 'config.h.meson')
-rw-r--r--config.h.meson3
1 files changed, 3 insertions, 0 deletions
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