]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
This fixes bug #0000707 new extra chain for guardian.
authorChristian Schmidt <christian.schmidt@ipfire.org>
Fri, 27 Aug 2010 18:04:09 +0000 (20:04 +0200)
committerChristian Schmidt <christian.schmidt@ipfire.org>
Fri, 27 Aug 2010 18:04:09 +0000 (20:04 +0200)
config/guardian/guardian_block.sh
config/guardian/guardian_unblock.sh
lfs/guardian

index bc344d1534991a8fce9816e22a13410ce85b53b5..0a44325f187755e5047d63a1105eb17f8fc1f3b7 100644 (file)
@@ -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
index 5e0b379037d82ff7b060d9ee1ff4d95c648d3496..e0d3b5d4812093557cf8838bce4f0f9ca24a386f 100644 (file)
@@ -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
index e08a469de8cb5320f5fccf778d86b50bfcddf411..65f14cbd4d941969d8d31a718e93a9856ce4cb82 100644 (file)
@@ -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       = ""