01fips/module-setup.sh: add libssl.so.10 to make kdump work with fips mode
authorBaoquan He <bhe@redhat.com>
Thu, 9 May 2013 08:38:53 +0000 (16:38 +0800)
committerHarald Hoyer <harald@redhat.com>
Tue, 28 May 2013 12:26:31 +0000 (14:26 +0200)
FIPS can work well in 1st kernel, but failed in kdump kernel. the
libssl.so.10 and related hmac file are needed. Now add it and it
works.

Signed-off-by: Baoquan He <bhe@redhat.com>
modules.d/01fips/module-setup.sh

index a7f5be8..6013318 100755 (executable)
@@ -38,7 +38,7 @@ install() {
 
     inst_libdir_file libsoftokn3.so libsoftokn3.so \
         libsoftokn3.chk libfreebl3.so libfreebl3.chk \
-        libssl.so 'hmaccalc/sha512hmac.hmac'
+        libssl.so 'hmaccalc/sha512hmac.hmac' libssl.so.10
 
     dracut_install -o prelink
 }