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-25 11:17:14 +0300
committermboelen <michael@cisofy.com>2016-04-25 11:17:14 +0300
commita3075d2e8fb00c205ad7a11e0d7005f973683b2d (patch)
treed49fe4f196808bffbf0c3fb62fe148a47583670f /default.prf
parent32da184947204059fa07b542c12fab6929a7ee61 (diff)
Added error-on-warnings
Diffstat (limited to 'default.prf')
-rw-r--r--default.prf5
1 files changed, 4 insertions, 1 deletions
diff --git a/default.prf b/default.prf
index cd2b5fb3..7727a09d 100644
--- a/default.prf
+++ b/default.prf
@@ -381,10 +381,13 @@ config:compliance_standards:cis,hipaa,iso27001,pci-dss:
#################################################################################
#
-# Configuration (New Style) - Some options are not used yet
+# Configuration (New Style)
#
#################################################################################
+# Show non-zero exit code when warnings are found (default: no)
+#error-on-warnings=yes
+
# Enable quick mode (no waiting for keypresses, same as --quick option)
#quick=yes