From e22322920f4172c0810bdcf0e077530ca5ab9f55 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Tue, 5 Jul 2016 19:57:43 +0200 Subject: More reorganizing as options will be deprecated --- default.prf | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) (limited to 'default.prf') 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) -- cgit v1.2.3