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:
authorMichael Boelen <michael.boelen@cisofy.com>2016-07-05 20:57:43 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-07-05 20:57:43 +0300
commite22322920f4172c0810bdcf0e077530ca5ab9f55 (patch)
treeaedf2ef58a1d858b6d5772e1059356e3322d3b66 /default.prf
parent13c228fd2d4a4e90df1b0331532b35333e7446de (diff)
More reorganizing as options will be deprecated
Diffstat (limited to 'default.prf')
-rw-r--r--default.prf27
1 files changed, 15 insertions, 12 deletions
diff --git a/default.prf b/default.prf
index ddd9eafd..f630269d 100644
--- a/default.prf
+++ b/default.prf
@@ -27,6 +27,8 @@
#
#################################################################################
+# Compressed uploads (set to zero when errors with uploading occur)
+compressed-uploads=yes
# Show non-zero exit code when warnings are found
error-on-warnings=no
@@ -34,6 +36,10 @@ error-on-warnings=no
# Use Lynis in your own language (available languages: en fr nl)
language=en
+# Add your Lynis Enterprise license key here
+license-key=
+
+
# Defines the role of the system (desktop, server)
machine-role=server
@@ -62,6 +68,15 @@ skip-plugins=no
# Scan type - how deep the audit should be (light, normal or full)
test-scan-mode=full
+# The hostname/IP address to receive the data
+upload-server=
+
+# Provide options to cURL (or other upload tool) when uploading data.
+# upload-options=--insecure --> use HTTPS, but skip certificate check (e.g. self-signed)
+upload-options=
+
+# Verbose output
+verbose=no
#################################################################################
#
@@ -383,18 +398,6 @@ permdir:/root/.ssh:rwx------:root:-:WARN:
#
#################################################################################
-# Add your Lynis Enterprise license key here
-license-key=
-
-# Compressed uploads (set to zero when errors with uploading occur)
-#config:upload_compressed:1:
-
-# The hostname/IP address to receive the data
-#config:upload_server:portal.cisofy.com:
-
-# Provide options to cURL when uploading data. Common options include:
-# -k or --insecure --> use HTTPS, but skip certificate check (e.g. self-signed)
-#config:upload_options:-k:
# Proxy settings
# Protocol (http, https, socks5)