Skip to content
Snippets Groups Projects
Verified Commit 3ef5d11b authored by Jelle van der Waa's avatar Jelle van der Waa :construction:
Browse files

Update firewalld.conf

parent f93b9959
No related branches found
No related tags found
No related merge requests found
Pipeline #10350 passed
...@@ -7,10 +7,17 @@ DefaultZone=public ...@@ -7,10 +7,17 @@ DefaultZone=public
# Clean up on exit # Clean up on exit
# If set to no or false the firewall configuration will not get cleaned up # If set to no or false the firewall configuration will not get cleaned up
# on exit or stop of firewalld # on exit or stop of firewalld.
# Default: yes # Default: yes
CleanupOnExit=yes CleanupOnExit=yes
# Clean up kernel modules on exit
# If set to yes or true the firewall related kernel modules will be
# unloaded on exit or stop of firewalld. This might attempt to unload
# modules not originally loaded by firewalld.
# Default: no
CleanupModulesOnExit=no
# Lockdown # Lockdown
# If set to enabled, firewall changes with the D-Bus interface will be limited # If set to enabled, firewall changes with the D-Bus interface will be limited
# to applications that are listed in the lockdown whitelist. # to applications that are listed in the lockdown whitelist.
...@@ -45,6 +52,8 @@ LogDenied=off ...@@ -45,6 +52,8 @@ LogDenied=off
# Choices are: # Choices are:
# - nftables (default) # - nftables (default)
# - iptables (iptables, ip6tables, ebtables and ipset) # - iptables (iptables, ip6tables, ebtables and ipset)
# Note: The iptables backend is deprecated. It will be removed in a future
# release.
FirewallBackend=nftables FirewallBackend=nftables
# FlushAllOnReload # FlushAllOnReload
...@@ -61,15 +70,3 @@ FlushAllOnReload=yes ...@@ -61,15 +70,3 @@ FlushAllOnReload=yes
# internet. # internet.
# Defaults to "yes". # Defaults to "yes".
RFC3964_IPv4=yes RFC3964_IPv4=yes
# AllowZoneDrifting
# Older versions of firewalld had undocumented behavior known as "zone
# drifting". This allowed packets to ingress multiple zones - this is a
# violation of zone based firewalls. However, some users rely on this behavior
# to have a "catch-all" zone, e.g. the default zone. You can enable this if you
# desire such behavior. It's disabled by default for security reasons.
# Note: If "yes" packets will only drift from source based zones to interface
# based zones (including the default zone). Packets never drift from interface
# based zones to other interfaces based zones (including the default zone).
# Possible values; "yes", "no". Defaults to "no".
AllowZoneDrifting=no
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment