Blame 0034-fips-change-module-list.patch
|
Harald Hoyer |
2d3fda |
From 0251fcd4003501f5a6a50fa31d640f4bf307c3de Mon Sep 17 00:00:00 2001
|
|
Harald Hoyer |
2d3fda |
From: Harald Hoyer <harald@redhat.com>
|
|
Harald Hoyer |
2d3fda |
Date: Thu, 5 Jul 2012 10:11:27 +0200
|
|
Harald Hoyer |
2d3fda |
Subject: [PATCH] fips: change module list
|
|
Harald Hoyer |
2d3fda |
|
|
Harald Hoyer |
2d3fda |
---
|
|
Harald Hoyer |
2d3fda |
modules.d/01fips/module-setup.sh | 2 +-
|
|
Harald Hoyer |
2d3fda |
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
Harald Hoyer |
2d3fda |
|
|
Harald Hoyer |
2d3fda |
diff --git a/modules.d/01fips/module-setup.sh b/modules.d/01fips/module-setup.sh
|
|
Harald Hoyer |
2d3fda |
index 3a35c9b..dbf51e3 100755
|
|
Harald Hoyer |
2d3fda |
--- a/modules.d/01fips/module-setup.sh
|
|
Harald Hoyer |
2d3fda |
+++ b/modules.d/01fips/module-setup.sh
|
|
Harald Hoyer |
2d3fda |
@@ -13,7 +13,7 @@ depends() {
|
|
Harald Hoyer |
2d3fda |
installkernel() {
|
|
Harald Hoyer |
2d3fda |
local _fipsmodules _mod
|
|
Harald Hoyer |
2d3fda |
_fipsmodules="aead aes_generic xts aes-x86_64 ansi_cprng cbc ccm chainiv ctr"
|
|
Harald Hoyer |
2d3fda |
- _fipsmodules+=" des deflate ecb eseqiv hmac seqiv sha256 sha512"
|
|
Harald Hoyer |
2d3fda |
+ _fipsmodules+=" des deflate ecb eseqiv hmac seqiv sha256_generic sha512"
|
|
Harald Hoyer |
2d3fda |
_fipsmodules+=" cryptomgr crypto_null tcrypt dm-mod dm-crypt"
|
|
Harald Hoyer |
2d3fda |
|
|
Harald Hoyer |
2d3fda |
mkdir -m 0755 -p "${initdir}/etc/modprobe.d"
|