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>2020-02-14 13:49:32 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2020-02-14 13:49:32 +0300
commitaf70303aeb9566ca1bed564f8e655720e60b4a5e (patch)
tree489e443727aa9af87c26c517bbb790ab8a9e7163 /include/parameters
parent3f834e6ad553910eb8e1ee40949a21bcdc345f1a (diff)
Set preferred option to skip plugin executiont o --no-plugins, as that is more in line with the other 'no' options
Diffstat (limited to 'include/parameters')
-rw-r--r--include/parameters10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/parameters b/include/parameters
index b8676b4c..77a6084f 100644
--- a/include/parameters
+++ b/include/parameters
@@ -280,6 +280,11 @@
LOGFILE="/dev/null"
;;
+ # Skip execution of plugins
+ --no-plugins | --noplugins | --skip-plugins)
+ SKIP_PLUGINS=1
+ ;;
+
--pen-test | --pentest)
PENTESTINGMODE=1
;;
@@ -359,11 +364,6 @@
fi
;;
- # Skip execution of plugins
- --skip-plugins | --no-plugins | --noplugins)
- SKIP_PLUGINS=1
- ;;
-
# Only scan these tests
--tests)
shift