Textual improvements

This commit is contained in:
mboelen 2014-11-29 16:20:53 +01:00
parent 33720a54ac
commit 52eecfb575

View File

@ -5,7 +5,7 @@
# This is the default profile and is used as a baseline when testing systems and # This is the default profile and is used as a baseline when testing systems and
# applications. Since there are generally no "best" options, Lynis will assume # applications. Since there are generally no "best" options, Lynis will assume
# some default values. # some default values.
# #
# All empty lines or with the # prefix will be skipped # All empty lines or with the # prefix will be skipped
# #
# This is the default profile and contains default values. You are encouraged to # This is the default profile and contains default values. You are encouraged to
@ -31,9 +31,12 @@ config:show_tool_tips:1:
# #
################################################################################# #################################################################################
# ** Scan type (how deep test has to be, light, normal or full) ** # ** Scan type **
# #
# config:test_scan_mode:light|normal|full: # Description: How deep the audit should be
# Values: light, normal or full (default)
#
# config:test_scan_mode:full:
# ** Skip one or more specific tests ** # ** Skip one or more specific tests **
@ -42,8 +45,10 @@ config:show_tool_tips:1:
# config:test_skip_always:AAAA-1234 BBBB-5678 CCCC-9012: # config:test_skip_always:AAAA-1234 BBBB-5678 CCCC-9012:
# ** Define the role(s) of a machine ** # ** Define machine role **
# Values: desktop|server (default: server) #
# Description: defines the role of the system
# Values: desktop, server (default)
# #
#config:machine_role:server: #config:machine_role:server:
@ -69,9 +74,12 @@ plugin=dns
plugin=docker plugin=docker
plugin=file-integrity plugin=file-integrity
plugin=file-systems plugin=file-systems
plugin=files
plugin=firewalls plugin=firewalls
plugin=forensics
plugin=intrusion-detection
plugin=intrusion-prevention
plugin=kernel plugin=kernel
plugin=malware
plugin=memory plugin=memory
plugin=nginx plugin=nginx
plugin=processes plugin=processes
@ -84,9 +92,9 @@ plugin=users
################################################################################# #################################################################################
# #
# Sysctl options # Kernel options
# --------------- # ---------------
# sysctl:<Sysctl Key>:<Expected Value>:<Hardening Points>:<Description>: # sysctl:<sysctl Key>:<Expected Value>:<Hardening Points>:<Description>:
# #
# Sysctl key = name # Sysctl key = name
# Expected value = value of sysctl key # Expected value = value of sysctl key