From 286e97c3d2c32711e76415d93791835b29f8ffca Mon Sep 17 00:00:00 2001 From: Eugeni Dodonov Date: Fri, 26 Jun 2009 19:20:05 +0000 Subject: Added support for CHECK_RPM_PACKAGES and CHECK_RPM_INTEGRITY. --- conf/level.secure | 3 ++- conf/level.standard | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'conf') diff --git a/conf/level.secure b/conf/level.secure index eb4d14d..181917b 100644 --- a/conf/level.secure +++ b/conf/level.secure @@ -42,7 +42,8 @@ SHELL_TIMEOUT=600 ALLOW_REMOTE_ROOT_LOGIN=no ENABLE_LOG_STRANGE_PACKETS=yes USER_UMASK=077 -CHECK_RPM=yes +CHECK_RPM_PACKAGES=yes +CHECK_RPM_INTEGRITY=yes ENABLE_SULOGIN=yes ENABLE_PAM_ROOT_FROM_WHEEL=no MAIL_WARN=yes diff --git a/conf/level.standard b/conf/level.standard index 3a20417..b3ded1b 100644 --- a/conf/level.standard +++ b/conf/level.standard @@ -42,7 +42,8 @@ SHELL_TIMEOUT=0 ALLOW_REMOTE_ROOT_LOGIN=without-password ENABLE_LOG_STRANGE_PACKETS=yes USER_UMASK=022 -CHECK_RPM=no +CHECK_RPM_PACKAGES=yes +CHECK_RPM_INTEGRITY=no ENABLE_SULOGIN=no ENABLE_PAM_ROOT_FROM_WHEEL=no MAIL_WARN=yes -- cgit v1.2.1