diff options
-rw-r--r-- | conf/level.secure | 2 | ||||
-rw-r--r-- | conf/level.standard | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/level.secure b/conf/level.secure index 366679f..89c7726 100644 --- a/conf/level.secure +++ b/conf/level.secure @@ -32,7 +32,7 @@ ENABLE_DNS_SPOOFING_PROTECTION=yes CREATE_SERVER_LINK=remote ENABLE_PASSWORD=yes NOTIFY_WARN=no -WIN_PARTS_UMASK=027 +WIN_PARTS_UMASK=022 CHECK_OPEN_PORT=yes SHELL_TIMEOUT=600 ALLOW_REMOTE_ROOT_LOGIN=no diff --git a/conf/level.standard b/conf/level.standard index b85879c..bf4b0f5 100644 --- a/conf/level.standard +++ b/conf/level.standard @@ -32,7 +32,7 @@ ENABLE_DNS_SPOOFING_PROTECTION=yes CREATE_SERVER_LINK=no ENABLE_PASSWORD=yes NOTIFY_WARN=yes -WIN_PARTS_UMASK=002 +WIN_PARTS_UMASK=000 CHECK_OPEN_PORT=yes SHELL_TIMEOUT=0 ALLOW_REMOTE_ROOT_LOGIN=without-password |