From 10d10b1c168063cfbbf1a76a4beb69ec2b5bb98b Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Thu, 15 Dec 2011 12:52:06 -0800 Subject: [PATCH] Remove a redundant capability test Signed-off-by: Tom Eastep --- Shorewall/Perl/Shorewall/Misc.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/Shorewall/Perl/Shorewall/Misc.pm b/Shorewall/Perl/Shorewall/Misc.pm index 438a95682..dbbcd8a16 100644 --- a/Shorewall/Perl/Shorewall/Misc.pm +++ b/Shorewall/Perl/Shorewall/Misc.pm @@ -397,7 +397,6 @@ sub convert_blacklist() { if ( supplied $level ) { $target = 'blacklog'; } elsif ( $audit ) { - require_capability 'AUDIT_TARGET', "BLACKLIST_DISPOSITION=$disposition", 's'; $target = verify_audit( $disposition ); }