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>2016-07-11 12:21:08 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-07-11 12:21:08 +0300
commit09a9b80fdef371fba1cc459a2eb6aec7fa90e117 (patch)
treed36641726ecc56b9bb59da3fec6029030c13a9b6
parent648d043b0a71b8b3ebb142a42e17e7605ff5f008 (diff)
parentcd2429688b36d1fd1bb249c4babe8d0cda77cada (diff)
Merge branch 'master' of https://github.com/CISOfy/lynis
-rw-r--r--include/tests_boot_services1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/tests_boot_services b/include/tests_boot_services
index 3b858d14..534a4a8e 100644
--- a/include/tests_boot_services
+++ b/include/tests_boot_services
@@ -269,6 +269,7 @@
FIND2=`grep 'password --encrypted' ${GRUBCONFFILE} | grep -v '^#'`
FIND3=`grep 'set superusers' ${GRUBCONFFILE} | grep -v '^#'`
FIND4=`grep 'password_pbkdf2' ${GRUBCONFFILE} | grep -v '^#'`
+ FIND5=`grep 'grub.pbkdf2' ${GRUBCONFFILE} | grep -v '^#'`
# GRUB1: MD5 or SHA1
if [ ! "${FIND}" = "" -o ! "${FIND2}" = "" ]; then
FOUND=1