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

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