From bef4096f65580b95f585194c0341a08e6efcb77c Mon Sep 17 00:00:00 2001 From: Christian Schmidt Date: Fri, 27 Aug 2010 20:04:09 +0200 Subject: [PATCH] This fixes bug #0000707 new extra chain for guardian. --- config/guardian/guardian_block.sh | 2 +- config/guardian/guardian_unblock.sh | 2 +- lfs/guardian | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 = "" -- 2.39.2