From b0447b8bd36fa0467231dd328c29f52d76a6fa71 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Mon, 30 May 2011 08:49:41 -0700 Subject: [PATCH] Remove another MACLIST defect --- Shorewall/Perl/Shorewall/Config.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Shorewall/Perl/Shorewall/Config.pm b/Shorewall/Perl/Shorewall/Config.pm index f2ef1bd3d..76948272d 100644 --- a/Shorewall/Perl/Shorewall/Config.pm +++ b/Shorewall/Perl/Shorewall/Config.pm @@ -3403,7 +3403,8 @@ sub get_configuration( $ ) { require_capability 'AUDIT_TARGET' , "MACLIST_DISPOSITION=$val", 's' if $val =~ /^A_/; } else { - $globals{MACLIST_TARGET} = 'reject'; + $config{MACLIST_DISPOSITION} = 'REJECT'; + $globals{MACLIST_TARGET} = 'reject'; } if ( $val = $config{MACLIST_TABLE} ) {