mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-22 21:34:38 +02:00
Introduction of new style configuration file
This commit is contained in:
parent
abbcd2f97e
commit
e399b49e1e
13
default.prf
13
default.prf
@ -379,4 +379,17 @@ 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) - Options not used yet
|
||||||
|
#
|
||||||
|
#################################################################################
|
||||||
|
|
||||||
|
# Skip a test (one per line)
|
||||||
|
#skip-test=SSH-7408
|
||||||
|
|
||||||
|
# Skip a particular option within a test (when applicable)
|
||||||
|
#skip-test=SSH-7408:loglevel
|
||||||
|
#skip-test=SSH-7408:permitrootlogin
|
||||||
|
|
||||||
#EOF
|
#EOF
|
||||||
|
Loading…
x
Reference in New Issue
Block a user