From: Christian Schmidt Date: Fri, 27 Aug 2010 18:04:09 +0000 (+0200) Subject: This fixes bug #0000707 new extra chain for guardian. X-Git-Tag: v2.9-beta1~120 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=bef4096f65580b95f585194c0341a08e6efcb77c This fixes bug #0000707 new extra chain for guardian. --- diff --git a/config/guardian/guardian_block.sh b/config/guardian/guardian_block.sh index bc344d1534..0a44325f18 100644 --- a/config/guardian/guardian_block.sh +++ b/config/guardian/guardian_block.sh @@ -8,4 +8,4 @@ # done inside guardian itself. source=$1 -/sbin/iptables -I INPUT -s $source -j DROP +/sbin/iptables -I GUARDIANINPUT -s $source -j DROP diff --git a/config/guardian/guardian_unblock.sh b/config/guardian/guardian_unblock.sh index 5e0b379037..e0d3b5d481 100644 --- a/config/guardian/guardian_unblock.sh +++ b/config/guardian/guardian_unblock.sh @@ -6,4 +6,4 @@ # and the script will issue a command to remove the block that was created with # block.sh address. source=$1 -/sbin/iptables -D INPUT -s $source -j DROP +/sbin/iptables -D GUARDIANINPUT -s $source -j DROP diff --git a/lfs/guardian b/lfs/guardian index e08a469de8..65f14cbd4d 100644 --- a/lfs/guardian +++ b/lfs/guardian @@ -30,7 +30,7 @@ THISAPP = guardian-$(VER) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = guardian -PAK_VER = 4 +PAK_VER = 5 DEPS = ""