Bug 707609
Summary: | Need to add dm-mod and dm-crypt to the FIPS-140 list | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Steve Grubb <sgrubb> | |
Component: | dracut | Assignee: | Harald Hoyer <harald> | |
Status: | CLOSED ERRATA | QA Contact: | Release Test Team <release-test-team-automation> | |
Severity: | high | Docs Contact: | ||
Priority: | urgent | |||
Version: | 6.1 | CC: | atodorov, herrold, jwest, mbroz, pknirsch, rwilliam | |
Target Milestone: | rc | Keywords: | ZStream | |
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: |
The dm-mod and dm-crypt kernel modules were missing from the list of kernel modules which are pre-loaded for the FIPS-140 (Federal Information Processing Standards) check. With this update, these modules have been added to the list. This update also introduces the dracut-fips-aesni subpackage which should be installed if the aesni-intel module is used in FIPS mode.
|
Story Points: | --- | |
Clone Of: | ||||
: | 740487 (view as bug list) | Environment: | ||
Last Closed: | 2011-12-06 16:48:01 UTC | Type: | --- | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 661821, 728549 |
Description
Steve Grubb
2011-05-25 14:00:43 UTC
Do these modules have to be always in the initramfs or just when FIPS is enabled? If the later, then we could easily add them to the dracut-fips installkernel to the FIPSMODULES. Thanks & regards, Phil We only need this when fips is being used. There is still some discussion on the exact needs, so we aren't quite ready for this yet. Sounds good. If it's only the list of kernel modules, just update that when you know more precisely what you need. Approving then from an Engineering side. Thanks & regards, Phil This request was evaluated by Red Hat Product Management for inclusion in a Red Hat Enterprise Linux maintenance release. Product Management has requested further review of this request by Red Hat Engineering, for potential inclusion in a Red Hat Enterprise Linux Update release for currently deployed products. This request is not yet committed for inclusion in an Update release. We have concluded that the modules in comment #0 are the only modules that need to be added. Please proceed with this bug. Thanks. Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: The kernel modules "dm-mod" and "dm-crypt" were missing from the list of kernel modules, which are preloaded for the FIPS-140 check. This version of dracut adds these modules to the list of checked modules. # rpm -qf installkernel dracut-fips-004-231.el6.noarch # grep dm-mod installkernel FIPSMODULES="$FIPSMODULES dm-mod dm-crypt" # grep aesni installkernel # Steve, what about the aesni module? Is the needed too? Technical note updated. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. Diffed Contents: @@ -1 +1 @@ -The kernel modules "dm-mod" and "dm-crypt" were missing from the list of kernel modules, which are preloaded for the FIPS-140 check. This version of dracut adds these modules to the list of checked modules.+The dm-mod and dm-crypt kernel modules were missing from the list of kernel modules which are pre-loaded for the FIPS-140 (Federal Information Processing Standards) check. With this update, these modules have been added to the list. This update also introduces the dracut-fips-aesni subpackage which should be installed if the aesni-intel module is used in FIPS mode. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2011-1521.html |