Fails to setup firewall rules at early boot stage
Originally created by @intrigeri on #7018 (Redmine)
ferm fails to apply the firewall rules at early boot, since the
amnesia
user was not created yet and we use uid matching. Luckily, we
apply it as soon as a network interface gets up. Still, to avoid losing
the race, we should have ferm load another, simpler and stricter, set of
firewall rules at this time: blocking everything would be a bit safer.
Feature Branch: bugfix/7018-firewall-initial-setup
Related issues
- Has duplicate #11933 (closed)