From: Jason Dana Date: Thu, 27 Apr 2017 11:55:58 +0000 (-0400) Subject: Check the proper variable for a custom IMA keys directory X-Git-Tag: 046~67^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ab66ef2d4a4297642fa059e9df4f86ccefbed4aa;p=thirdparty%2Fdracut.git Check the proper variable for a custom IMA keys directory --- diff --git a/modules.d/98integrity/ima-keys-load.sh b/modules.d/98integrity/ima-keys-load.sh index 659b72221..e142f74d9 100755 --- a/modules.d/98integrity/ima-keys-load.sh +++ b/modules.d/98integrity/ima-keys-load.sh @@ -13,7 +13,7 @@ load_x509_keys() . ${IMACONFIG} fi - if [ -z "${IMAKEYDIR}" ]; then + if [ -z "${IMAKEYSDIR}" ]; then IMAKEYSDIR="/etc/keys/ima" fi