netfilter: xtables: check for standard verdicts in policies
authorJan Engelhardt <jengelh@medozas.de>
Sat, 18 Jul 2009 13:22:30 +0000 (15:22 +0200)
committerJan Engelhardt <jengelh@medozas.de>
Mon, 10 Aug 2009 11:35:31 +0000 (13:35 +0200)
This adds the second check that Rusty wanted to have a long time ago. :-)

Base chain policies must have absolute verdicts that cease processing
in the table, otherwise rule execution may continue in an unexpected
spurious fashion (e.g. next chain that follows in memory).

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>

No differences found