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

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