From ec37191ddee2a2213de60acb673fb5ae2255cb52 Mon Sep 17 00:00:00 2001 From: Eugeni Dodonov Date: Wed, 1 Jul 2009 13:56:20 +0000 Subject: Added support for SECURE_TMP for temporary files. --- 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 181917b..d56e463 100644 --- a/conf/level.secure +++ b/conf/level.secure @@ -44,6 +44,7 @@ ENABLE_LOG_STRANGE_PACKETS=yes USER_UMASK=077 CHECK_RPM_PACKAGES=yes CHECK_RPM_INTEGRITY=yes +SECURE_TMP=yes ENABLE_SULOGIN=yes ENABLE_PAM_ROOT_FROM_WHEEL=no MAIL_WARN=yes diff --git a/conf/level.standard b/conf/level.standard index 500075e..73d7b0e 100644 --- a/conf/level.standard +++ b/conf/level.standard @@ -44,6 +44,7 @@ ENABLE_LOG_STRANGE_PACKETS=yes USER_UMASK=022 CHECK_RPM_PACKAGES=yes CHECK_RPM_INTEGRITY=no +SECURE_TMP=no ENABLE_SULOGIN=no ENABLE_PAM_ROOT_FROM_WHEEL=no MAIL_WARN=yes -- cgit v1.2.1