diff options
author | Eugeni Dodonov <eugeni@mandriva.org> | 2009-06-26 19:20:05 +0000 |
---|---|---|
committer | Eugeni Dodonov <eugeni@mandriva.org> | 2009-06-26 19:20:05 +0000 |
commit | 286e97c3d2c32711e76415d93791835b29f8ffca (patch) | |
tree | 4a7552e382eadae6f784e4ed807d7820e1f4d292 /conf | |
parent | 9b6d6355a5520380e9e0625cefe55d63cbe98fc9 (diff) | |
download | msec-286e97c3d2c32711e76415d93791835b29f8ffca.tar msec-286e97c3d2c32711e76415d93791835b29f8ffca.tar.gz msec-286e97c3d2c32711e76415d93791835b29f8ffca.tar.bz2 msec-286e97c3d2c32711e76415d93791835b29f8ffca.tar.xz msec-286e97c3d2c32711e76415d93791835b29f8ffca.zip |
Added support for CHECK_RPM_PACKAGES and CHECK_RPM_INTEGRITY.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/level.secure | 3 | ||||
-rw-r--r-- | conf/level.standard | 3 |
2 files changed, 4 insertions, 2 deletions
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 |