Blame 0051-01fips-module-setup.sh-add-libssl.so.10-to-make-kdum.patch
|
Harald Hoyer |
75f812 |
From 15b93069bba031169eeccb8b16fe0382a4bb2968 Mon Sep 17 00:00:00 2001
|
|
Harald Hoyer |
75f812 |
From: Baoquan He <bhe@redhat.com>
|
|
Harald Hoyer |
75f812 |
Date: Thu, 9 May 2013 16:38:53 +0800
|
|
Harald Hoyer |
75f812 |
Subject: [PATCH] 01fips/module-setup.sh: add libssl.so.10 to make kdump work
|
|
Harald Hoyer |
75f812 |
with fips mode
|
|
Harald Hoyer |
75f812 |
|
|
Harald Hoyer |
75f812 |
FIPS can work well in 1st kernel, but failed in kdump kernel. the
|
|
Harald Hoyer |
75f812 |
libssl.so.10 and related hmac file are needed. Now add it and it
|
|
Harald Hoyer |
75f812 |
works.
|
|
Harald Hoyer |
75f812 |
|
|
Harald Hoyer |
75f812 |
Signed-off-by: Baoquan He <bhe@redhat.com>
|
|
Harald Hoyer |
75f812 |
---
|
|
Harald Hoyer |
75f812 |
modules.d/01fips/module-setup.sh | 2 +-
|
|
Harald Hoyer |
75f812 |
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
Harald Hoyer |
75f812 |
|
|
Harald Hoyer |
75f812 |
diff --git a/modules.d/01fips/module-setup.sh b/modules.d/01fips/module-setup.sh
|
|
Harald Hoyer |
75f812 |
index a7f5be8..6013318 100755
|
|
Harald Hoyer |
75f812 |
--- a/modules.d/01fips/module-setup.sh
|
|
Harald Hoyer |
75f812 |
+++ b/modules.d/01fips/module-setup.sh
|
|
Harald Hoyer |
75f812 |
@@ -38,7 +38,7 @@ install() {
|
|
Harald Hoyer |
75f812 |
|
|
Harald Hoyer |
75f812 |
inst_libdir_file libsoftokn3.so libsoftokn3.so \
|
|
Harald Hoyer |
75f812 |
libsoftokn3.chk libfreebl3.so libfreebl3.chk \
|
|
Harald Hoyer |
75f812 |
- libssl.so 'hmaccalc/sha512hmac.hmac'
|
|
Harald Hoyer |
75f812 |
+ libssl.so 'hmaccalc/sha512hmac.hmac' libssl.so.10
|
|
Harald Hoyer |
75f812 |
|
|
Harald Hoyer |
75f812 |
dracut_install -o prelink
|
|
Harald Hoyer |
75f812 |
}
|