]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
Check the proper variable for a custom IMA keys directory 224/head
authorJason Dana <jasondana@quarksecurity.com>
Thu, 27 Apr 2017 11:55:58 +0000 (07:55 -0400)
committerJason Dana <jasondana@quarksecurity.com>
Thu, 27 Apr 2017 11:55:58 +0000 (07:55 -0400)
modules.d/98integrity/ima-keys-load.sh

index 659b72221d687c4f681cc80f182a5bf2d6c576a3..e142f74d9363ca37fdfdaef98e6cff8d53028f0f 100755 (executable)
@@ -13,7 +13,7 @@ load_x509_keys()
         . ${IMACONFIG}
     fi
 
-    if [ -z "${IMAKEYDIR}" ]; then
+    if [ -z "${IMAKEYSDIR}" ]; then
         IMAKEYSDIR="/etc/keys/ima"
     fi