mirror of
https://gitlab.com/shorewall/code.git
synced 2025-08-17 12:16:58 +02:00
Don't verify 'conntrack' utility for 'remote-' commands
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
@ -341,8 +341,12 @@ get_config() {
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -n "$DYNAMIC_BLACKLIST" ]; then
|
if [ -n "$DYNAMIC_BLACKLIST" -a "$(id -u)" = 0 ]; then
|
||||||
setup_dbl
|
case $COMMAND in
|
||||||
|
reload|restart|start|blacklist|allow)
|
||||||
|
setup_dbl
|
||||||
|
;;
|
||||||
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -z "$PERL_HASH_SEED" ]; then
|
if [ -z "$PERL_HASH_SEED" ]; then
|
||||||
|
Reference in New Issue
Block a user