Bug#339133: fail2ban: Race condition in default fwstart

2005-11-14 Thread Jefferson Cowart
Package: fail2ban Version: 0.5.4-7 Severity: minor There is a minor race condition in the default iptables rules in fwstart. Right now it creates the new chain, creates a rule at the start of INPUT to the new chain, and then puts a rule in the new chain with a result of RETURN. It should instead,

Bug#339133: fail2ban: Race condition in default fwstart

2005-11-14 Thread Yaroslav Halchenko
Thank you for the bug report Jefferson, I believe that next patch in the config file should fix things up It will be uploaded with a next dupload ;-) Cheers Yarik --- config/fail2ban.conf.default(revision 285) +++ config/fail2ban.conf.default(working copy) @@ -198,8 +198,8 @@