Blame 0026-fips-also-install-etc-system-fips-in-the-initramfs.patch

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