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:
authormboelen <michael@cisofy.com>2016-04-19 20:43:25 +0300
committermboelen <michael@cisofy.com>2016-04-19 20:43:25 +0300
commitf1a5c41b872899b3adc0b9f902bc54838a9dc46c (patch)
treea0819c88269d429bf53b65bb9715767a71451988 /default.prf
parentc1f0b5e8b077fb1f512dc4c216e06968b0aa9529 (diff)
Add note and changed example of quick
Diffstat (limited to 'default.prf')
-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