diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/level.secure | 1 | ||||
-rw-r--r-- | conf/level.standard | 1 |
2 files changed, 2 insertions, 0 deletions
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 |