Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormboelen <michael@cisofy.com>2015-12-21 14:08:47 +0300
committermboelen <michael@cisofy.com>2015-12-21 14:08:47 +0300
commit040c2efc1c328627d9b89336d80c4ae35e6a7d17 (patch)
tree47713ea248892c184d5d1aafb06b27098aca2acc /include/consts
parent252f774f57c5f6a1b93b81146a6a9b87ae722dce (diff)
Perform compressed uploads by default
Diffstat (limited to 'include/consts')
-rw-r--r--include/consts2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/consts b/include/consts
index 039dddc1..84d982cd 100644
--- a/include/consts
+++ b/include/consts
@@ -60,6 +60,7 @@ unset LANG
COMPLIANCE_ENABLE_PCI_DSS=0
COMPLIANCE_TESTS_PERFORMED=0
COMPLIANCE_FINDINGS_FOUND=0
+ COMPRESSED_UPLOADS=1
CONTROL_URL_APPEND=""
CONTROL_URL_PREPEND=""
CSUMBINARY=""
@@ -112,7 +113,6 @@ unset LANG
OS=""; OS_MODE=""
OS_REDHAT_OR_CLONE=0
OSIRISBINARY=""
- OPTIONS_COMPRESSED_UPLOADS=1
PASSWORD_MAXIMUM_DAYS=-1
PASSWORD_MINIMUM_DAYS=-1
PAM_2F_AUTH_ENABLED=0