Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--default.prf15
1 files changed, 14 insertions, 1 deletions
diff --git a/default.prf b/default.prf
index 70f03169..cd2b5fb3 100644
--- a/default.prf
+++ b/default.prf
@@ -386,7 +386,7 @@ config:compliance_standards:cis,hipaa,iso27001,pci-dss:
#################################################################################
# Enable quick mode (no waiting for keypresses, same as --quick option)
-#quick=1
+#quick=yes
# Skip a test (one per line)
#skip-test=SSH-7408
@@ -395,4 +395,17 @@ config:compliance_standards:cis,hipaa,iso27001,pci-dss:
#skip-test=SSH-7408:loglevel
#skip-test=SSH-7408:permitrootlogin
+
+#################################################################################
+#
+# SUGGESTION
+# ----------
+#
+# Do NOT make changes to this file, instead copy your preferred settings to
+# custom.prf and put it in the same directory as default.prf
+#
+# To discover where your profiles are located: lynis show profiles
+#
+#################################################################################
+
#EOF