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-03-17 22:32:02 +0300
committermboelen <michael@cisofy.com>2016-03-17 22:32:02 +0300
commite399b49e1e28ccd7ad3ed86145a3735a496fe6b9 (patch)
tree1db4d00df7b6d4d2af1adce481d81388f60eb292 /default.prf
parentabbcd2f97efd12857f320a7ee4dcfc1a78308681 (diff)
Introduction of new style configuration file
Diffstat (limited to 'default.prf')
-rw-r--r--default.prf13
1 files changed, 13 insertions, 0 deletions
diff --git a/default.prf b/default.prf
index 0193b9ad..a97f0f46 100644
--- a/default.prf
+++ b/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.
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