Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 598464 Details for
Bug 840526
Booting in FIPS mode fails if initramfs build without crypto dracut module
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Proposed patch
0001-Fix-fips-module-list.patch (text/plain), 1.61 KB, created by
Milan Broz
on 2012-07-16 14:27:00 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Milan Broz
Created:
2012-07-16 14:27:00 UTC
Size:
1.61 KB
patch
obsolete
>From fa8f43d266db5575fc591127f44dc63be8626019 Mon Sep 17 00:00:00 2001 >From: Milan Broz <mbroz@redhat.com> >Date: Mon, 16 Jul 2012 16:15:58 +0200 >Subject: [PATCH] Fix fips module list. > >If dracut is build only with fips/fips-aesni (no crypto module), >FIPS mode fails because of missing GCM modules. > >Just add proper modules to list (kernel have both maker as FIPS compliant already). > >Signed-off-by: Milan Broz <mbroz@redhat.com> >--- > modules.d/01fips/module-setup.sh | 2 +- > modules.d/02fips-aesni/module-setup.sh | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/modules.d/01fips/module-setup.sh b/modules.d/01fips/module-setup.sh >index 2d238fb..2517964 100755 >--- a/modules.d/01fips/module-setup.sh >+++ b/modules.d/01fips/module-setup.sh >@@ -12,7 +12,7 @@ depends() { > > installkernel() { > local _fipsmodules _mod >- _fipsmodules="aead aes_generic xts aes-x86_64 ansi_cprng cbc ccm chainiv ctr" >+ _fipsmodules="aead aes_generic xts aes-x86_64 ansi_cprng cbc ccm chainiv ctr gcm ghash_generic" > _fipsmodules+=" des deflate ecb eseqiv hmac seqiv sha256 sha256_generic sha512 sha512_generic" > _fipsmodules+=" cryptomgr crypto_null tcrypt dm-mod dm-crypt" > >diff --git a/modules.d/02fips-aesni/module-setup.sh b/modules.d/02fips-aesni/module-setup.sh >index f8fb705..fb4010d 100755 >--- a/modules.d/02fips-aesni/module-setup.sh >+++ b/modules.d/02fips-aesni/module-setup.sh >@@ -12,7 +12,7 @@ depends() { > > installkernel() { > local _fipsmodules _mod >- _fipsmodules="aesni-intel" >+ _fipsmodules="aesni-intel ghash_clmulni_intel" > > mkdir -m 0755 -p "${initdir}/etc/modprobe.d" > >-- >1.7.10.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 840526
: 598464