Blame SOURCES/0039-fips-also-install-etc-system-fips-in-the-initramfs.patch

18971c
From 20ff2d37cc14f72a97325b12ebb7437efbaf0a8e Mon Sep 17 00:00:00 2001
18971c
From: Harald Hoyer <harald@redhat.com>
18971c
Date: Mon, 4 Nov 2013 17:29:15 +0100
18971c
Subject: [PATCH] fips: also install /etc/system-fips in the initramfs
18971c
18971c
---
18971c
 modules.d/01fips/module-setup.sh | 1 +
18971c
 1 file changed, 1 insertion(+)
18971c
18971c
diff --git a/modules.d/01fips/module-setup.sh b/modules.d/01fips/module-setup.sh
18971c
index 1ab4999a..35cfdc5a 100755
18971c
--- a/modules.d/01fips/module-setup.sh
18971c
+++ b/modules.d/01fips/module-setup.sh
18971c
@@ -41,5 +41,6 @@ install() {
18971c
         libssl.so 'hmaccalc/sha512hmac.hmac' libssl.so.10
18971c
 
18971c
     inst_multiple -o prelink
18971c
+    inst_simple /etc/system-fips
18971c
 }
18971c