From 6fc30bba6219bd1020f055170e4523f0a61c5d4f Mon Sep 17 00:00:00 2001 From: Eugeni Dodonov Date: Tue, 23 Jun 2009 20:53:31 +0000 Subject: Added support for CHECK_FIREWALL. --- conf/level.secure | 1 + conf/level.standard | 1 + 2 files changed, 2 insertions(+) (limited to 'conf') diff --git a/conf/level.secure b/conf/level.secure index 6b6dc25..b89b554 100644 --- a/conf/level.secure +++ b/conf/level.secure @@ -35,6 +35,7 @@ ENABLE_PASSWORD=yes NOTIFY_WARN=no WIN_PARTS_UMASK=022 CHECK_OPEN_PORT=yes +CHECK_FIREWALL=yes SHELL_TIMEOUT=600 ALLOW_REMOTE_ROOT_LOGIN=no ENABLE_LOG_STRANGE_PACKETS=yes diff --git a/conf/level.standard b/conf/level.standard index 6d0d952..4a07ed3 100644 --- a/conf/level.standard +++ b/conf/level.standard @@ -35,6 +35,7 @@ ENABLE_PASSWORD=yes NOTIFY_WARN=yes WIN_PARTS_UMASK=000 CHECK_OPEN_PORT=yes +CHECK_FIREWALL=yes SHELL_TIMEOUT=0 ALLOW_REMOTE_ROOT_LOGIN=without-password ENABLE_LOG_STRANGE_PACKETS=yes -- cgit v1.2.1