More reorganizing as options will be deprecated

This commit is contained in:
Michael Boelen 2016-07-05 19:57:43 +02:00
parent 13c228fd2d
commit e22322920f
1 changed files with 15 additions and 12 deletions

View File

@ -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)