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:
authorThomas Sjögren <konstruktoid@users.noreply.github.com>2020-12-15 03:45:58 +0300
committerThomas Sjögren <konstruktoid@users.noreply.github.com>2020-12-15 03:45:58 +0300
commit807cfd430a434331ad108677f51bc1586de236ec (patch)
tree54f3068ea20204e5fef0b5412b9b6b0b114d88a0 /include/tests_authentication
parentfbb8ffa3017740a5716673ea572323f3f9ea2ec5 (diff)
nitpick about new line
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
Diffstat (limited to 'include/tests_authentication')
-rw-r--r--include/tests_authentication1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/tests_authentication b/include/tests_authentication
index 65aae1f8..f403f14b 100644
--- a/include/tests_authentication
+++ b/include/tests_authentication
@@ -358,7 +358,6 @@
if [ -f ${ROOTDIR}etc/login.defs ]; then
PREQS_MET="YES"
fi
-
Register --test-no AUTH-9230 --preqs-met ${PREQS_MET} --root-only NO --weight L --network NO --category security --description "Check password hashing rounds"
if [ ${SKIPTEST} -eq 0 ]; then
SHA_CRYPT_MIN_ROUNDS_FIND=$(${GREPBINARY} "^SHA_CRYPT_MIN_ROUNDS" ${ROOTDIR}etc/login.defs | ${AWKBINARY} '{ if ($1=="SHA_CRYPT_MIN_ROUNDS") { print $2 } }')