From: Jan Engelhardt Date: Sat, 18 Jul 2009 13:22:30 +0000 (+0200) Subject: netfilter: xtables: check for standard verdicts in policies X-Git-Tag: v2.6.32-rc1~703^2~21^2~11^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2fe35c17fed62d4ab5038fa9bc489e967ff8416;p=pandora-kernel.git netfilter: xtables: check for standard verdicts in policies 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 --- Reading git-diff-tree failed