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:
authorMichael Boelen <michael.boelen@cisofy.com>2019-07-03 16:40:16 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2019-07-03 16:40:16 +0300
commit13fbfff8bcc38453522c235472d4e14af2adda6d (patch)
treed87344ce6e32b42eeb5fe320c6a444a571053a75
parentade3117307930cda0e9ab2460a08c0cf9b653f35 (diff)
Updated log
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0d9a969c..4c19f47d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,6 +17,7 @@ measures to further tighten any possible misuse.
- Additional safeguard by testing if common system tools are available (security)
- Test parameters and arguments for presence of control characters (security)
- New function SafeInput (security)
+- New option to disable a single plugin: disable-plugin=pluginname
### Changed
- The 'nounset' (set -u) parameter is now activated by default (security)