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 13:37:16 +0300
committermboelen <michael@cisofy.com>2015-12-21 13:37:16 +0300
commitad87a83bbc70a0eaf947fead430058f2558f3d91 (patch)
tree9ef066a2e904b9df479fc6309b8277c1ade67964
parent4b9b8a0bc711cab1f1d1f1438a6509973553cefe (diff)
Add upload_compressed option to profile
-rw-r--r--include/profiles5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/profiles b/include/profiles
index 60f9a707..39907c2e 100644
--- a/include/profiles
+++ b/include/profiles
@@ -173,6 +173,11 @@
UPDATE_LOCAL_VERSION_INFO="${VALUE}"
;;
+ # Compression of uploads (enabled by default)
+ upload_compressed)
+ if [ "${VALUE}" = "0" ]; then OPTIONS_COMPRESSED_UPLOADS=1 ]; fi
+ ;;
+
# Options during upload of data
upload_options)
UPLOAD_OPTIONS="${VALUE}"