mirror of https://github.com/CISOfy/lynis.git
More reorganizing as options will be deprecated
This commit is contained in:
parent
13c228fd2d
commit
e22322920f
27
default.prf
27
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
|
# Show non-zero exit code when warnings are found
|
||||||
error-on-warnings=no
|
error-on-warnings=no
|
||||||
|
@ -34,6 +36,10 @@ error-on-warnings=no
|
||||||
# Use Lynis in your own language (available languages: en fr nl)
|
# Use Lynis in your own language (available languages: en fr nl)
|
||||||
language=en
|
language=en
|
||||||
|
|
||||||
|
# Add your Lynis Enterprise license key here
|
||||||
|
license-key=
|
||||||
|
|
||||||
|
|
||||||
# Defines the role of the system (desktop, server)
|
# Defines the role of the system (desktop, server)
|
||||||
machine-role=server
|
machine-role=server
|
||||||
|
|
||||||
|
@ -62,6 +68,15 @@ skip-plugins=no
|
||||||
# Scan type - how deep the audit should be (light, normal or full)
|
# Scan type - how deep the audit should be (light, normal or full)
|
||||||
test-scan-mode=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
|
# Proxy settings
|
||||||
# Protocol (http, https, socks5)
|
# Protocol (http, https, socks5)
|
||||||
|
|
Loading…
Reference in New Issue