forked from pool/firewalld
Accepting request 629064 from home:markoschandras:network
- Also switch firewall backend fallback to 'iptables' (bsc#1102761) This ensures that existing configuration files will keep working even if FirewallBackend option is missing. OBS-URL: https://build.opensuse.org/request/show/629064 OBS-URL: https://build.opensuse.org/package/show/security:netfilter/firewalld?expand=0&rev=76
This commit is contained in:
parent
cce6b88f5c
commit
664b2c231f
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 13 19:08:39 UTC 2018 - mchandras@suse.de
|
||||
|
||||
- Also switch firewall backend fallback to 'iptables' (bsc#1102761)
|
||||
This ensures that existing configuration files will keep working
|
||||
even if FirewallBackend option is missing.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 10 06:23:35 UTC 2018 - mchandras@suse.de
|
||||
|
||||
|
@ -116,6 +116,7 @@ rm config/services/high-availability.xml
|
||||
|
||||
# bsc#1102761 - switch to iptables as default
|
||||
sed -i "/^FirewallBackend/s/=.*/=iptables/" config/firewalld.conf
|
||||
sed -i '/^FALLBACK_FIREWALL_BACKEND/s/=.*/= "iptables"/' src/firewall/config/__init__.py.in
|
||||
|
||||
%build
|
||||
export PYTHON="%{_bindir}/python3"
|
||||
|
Loading…
Reference in New Issue
Block a user