mirror of
https://gitlab.com/shorewall/code.git
synced 2025-08-19 05:01:47 +02:00
Remove a redundant capability test
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user