Migration of several settings to new format

This commit is contained in:
Michael Boelen 2016-07-05 16:49:50 +02:00
parent 0c5387f1fe
commit cb73cbb968

View File

@ -2,8 +2,10 @@
# #
# Lynis - Scan Profile (default) # Lynis - Scan Profile (default)
# #
# This is the default profile and contains default values. You are encouraged to # This is the default profile and contains default values.
# copy this file and use it's base for custom audit profiles. #
# Do not change this file directly. Instead copy over the settings you need
# to a new file (custom.prf) and keep it tidy.
# #
# All empty lines or with the # prefix will be skipped # All empty lines or with the # prefix will be skipped
# #
@ -12,16 +14,11 @@
# #
################################################################################# #################################################################################
[configuration]
# Profile name, will be used as title/description # Profile name, will be used as title/description
config:profile_name:Default Audit Template: profile-name=Default Audit Template
# Number of seconds to pause between every test (0 is no pause) # Number of seconds to pause between every test (0 is no pause)
config:pause_between_tests:0: pause-between-tests=0
# Show inline tips about the tool
config:show_tool_tips:1:
################################################################################# #################################################################################
# #
@ -35,22 +32,19 @@ config:show_tool_tips:1:
# Description: How deep the audit should be # Description: How deep the audit should be
# Values: light, normal or full (default) # Values: light, normal or full (default)
# #
# config:test_scan_mode:full: test-scan-mode=full
# ** Skip one or more specific tests ** # ** Skip one or more specific tests **
# (always ignores scan mode and will make sure the test is skipped) # (always ignores scan mode and will make sure the test is skipped)
# #
# config:test_skip_always:AAAA-1234 BBBB-5678 CCCC-9012: # config:test_skip_always:AAAA-1234 BBBB-5678 CCCC-9012:
# ** Define machine role ** # ** Define machine role **
# #
# Description: defines the role of the system # Description: defines the role of the system
# Values: desktop, server (default) # Values: desktop, server (default)
# #
#config:machine_role:server: machine-role=server
################################################################################# #################################################################################
# #
@ -202,7 +196,7 @@ openldap:slapd.conf:owner:ldap-root:
################################################################################# #################################################################################
# Locations where to search for SSL certificates # Locations where to search for SSL certificates
ssl:certificates:/etc/letsencrypt /etc/pki /etc/ssl /usr/local/share/ca-certificates /var/www /srv/www: ssl-certificate-paths=/etc/letsencrypt:/etc/pki:/etc/ssl:/usr/local/share/ca-certificates:/var/www:/srv/www
################################################################################# #################################################################################
@ -352,7 +346,7 @@ permdir:/root/.ssh:rwx------:root:-:WARN:
################################################################################# #################################################################################
# Add your Lynis Enterprise license key here # Add your Lynis Enterprise license key here
#config:license_key:[Your license key]: license-key=
# Compressed uploads (set to zero when errors with uploading occur) # Compressed uploads (set to zero when errors with uploading occur)
#config:upload_compressed:1: #config:upload_compressed:1:
@ -379,23 +373,27 @@ permdir:/root/.ssh:rwx------:root:-:WARN:
# Define which compliance standards are audited and reported on. Disable this if not required. # Define which compliance standards are audited and reported on. Disable this if not required.
config:compliance_standards:cis,hipaa,iso27001,pci-dss: config:compliance_standards:cis,hipaa,iso27001,pci-dss:
################################################################################# #################################################################################
# #
# Configuration (New Style) # Configuration (New Style)
# #
################################################################################# #################################################################################
# Show non-zero exit code when warnings are found (default: no) # Show non-zero exit code when warnings are found
#error-on-warnings=yes 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=es language=en
# Enable quick mode (no waiting for keypresses, same as --quick option) # Enable quick mode (no waiting for keypresses, same as --quick option)
#quick=yes quick=no
# Skip plugins (default: no) # Show inline tips about the tool
#skip-plugins=yes show-tool-tips=yes
# Skip plugins
skip-plugins=no
# Skip a test (one per line) # Skip a test (one per line)
#skip-test=SSH-7408 #skip-test=SSH-7408