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:
authorJosh Soref <jsoref@users.noreply.github.com>2020-11-09 07:16:45 +0300
committerJosh Soref <jsoref@users.noreply.github.com>2020-11-09 07:38:46 +0300
commita007ad2fe0b3ff2ce82c24d2b9b8379a89152cde (patch)
treec8f877caf473c05c320e893f05ff69ad2de3a8d1 /include/tests_kernel
parent70c1a72a59e9158a2ff51c591f79d4b2cb8b6212 (diff)
spelling: explicitly
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Diffstat (limited to 'include/tests_kernel')
-rw-r--r--include/tests_kernel2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_kernel b/include/tests_kernel
index b3ce61f7..34ac3bfd 100644
--- a/include/tests_kernel
+++ b/include/tests_kernel
@@ -485,7 +485,7 @@
( [ ${SYSD_CORED_BASE_PROCSIZEMAX_NR_ENABLED} -ge 1 ] && [ ${SYSD_CORED_SUB_STORAGE_NR_ENABLED} -ge 1 ] ) || \
( [ ${SYSD_CORED_BASE_STORAGE_NR_ENABLED} -ge 1 ] && [ ${SYSD_CORED_SUB_PROCSIZEMAX_NR_ENABLED} -ge 1 ] ) || \
( [ ${SYSD_CORED_SUB_PROCSIZEMAX_NR_ENABLED} -ge 1 ] && [ ${SYSD_CORED_SUB_STORAGE_NR_ENABLED} -ge 1 ] ); then
- LogText "Result: core dumps are explicitely enabled in systemd configuration files"
+ LogText "Result: core dumps are explicitly enabled in systemd configuration files"
ReportSuggestion "${TEST_NO}" "If not required, consider explicit disabling of core dump in ${ROOTDIR}etc/systemd/coredump.conf ('ProcessSizeMax=0', 'Storage=none')"
Display --indent 4 --text "- configuration in systemd conf files" --result "${STATUS_ENABLED}" --color RED
AddHP 0 1