mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 10:04:41 +00:00
boot: apply default firewall policy before interface configuration, preventing possible accessibility of local services during the boot process.
Although the risk of misuse is likely rather small, we better drop traffic if we don't know what should be allowed yet. Our default policy should take care of standard loopback behaviour, so the impact of this change should be relatively small.
This commit is contained in:
parent
a6ba422b23
commit
e3051bd60b
@ -88,6 +88,9 @@ system_hostname_configure(true);
|
||||
system_hosts_generate(true);
|
||||
system_syslog_start(true);
|
||||
|
||||
/* apply default policy before interface setup */
|
||||
filter_configure_sync(true, false);
|
||||
|
||||
interfaces_configure(true);
|
||||
|
||||
system_resolvconf_generate(true);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user