mirror of https://github.com/CISOfy/lynis.git
Changed incorrect variable for skipped tests
This commit is contained in:
parent
bac442c6fe
commit
2b2051dca7
|
@ -10,7 +10,7 @@ GEN_WHAT_TO_DO="What to do"
|
||||||
NOTE_EXCEPTIONS_FOUND="Exceptions found"
|
NOTE_EXCEPTIONS_FOUND="Exceptions found"
|
||||||
NOTE_EXCEPTIONS_FOUND_DETAILED="Some exceptional events or information was found"
|
NOTE_EXCEPTIONS_FOUND_DETAILED="Some exceptional events or information was found"
|
||||||
NOTE_PLUGINS_TAKE_TIME="Note: plugins have more extensive tests and may take several minutes to complete"
|
NOTE_PLUGINS_TAKE_TIME="Note: plugins have more extensive tests and may take several minutes to complete"
|
||||||
NOTE_SKIPPED_SKIPPED_TESTS_NON_PRIVILEGED="Skipped tests due to non-privileged mode"
|
NOTE_SKIPPED_TESTS_NON_PRIVILEGED="Skipped tests due to non-privileged mode"
|
||||||
SECTION_CUSTOM_TESTS="Custom Tests"
|
SECTION_CUSTOM_TESTS="Custom Tests"
|
||||||
SECTION_MALWARE="Malware"
|
SECTION_MALWARE="Malware"
|
||||||
SECTION_MEMORY_AND_PROCESSES="Memory and Processes"
|
SECTION_MEMORY_AND_PROCESSES="Memory and Processes"
|
||||||
|
|
Loading…
Reference in New Issue