Bug 1618840
| Summary: | Some of the profiles requires /dev/cdrom as a separate partition in anaconda | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Marek Haicman <mhaicman> |
| Component: | scap-security-guide | Assignee: | Watson Yuuma Sato <wsato> |
| Status: | CLOSED ERRATA | QA Contact: | Marek Haicman <mhaicman> |
| Severity: | medium | Docs Contact: | Mirek Jahoda <mjahoda> |
| Priority: | medium | ||
| Version: | 7.6 | CC: | lmiksik, matyc, mhaicman, mjahoda, mpreisle, mthacker, openscap-maint |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | scap-security-guide-0.1.40-3.el7 | Doc Type: | Bug Fix |
| Doc Text: |
Cause:
Mountpoint /dev/cdrom is falsely considered valid partition. That means there is request to have separate /dev/cdrom partition. In case of specifying /dev/cdrom as a partition, installation will fail at the start with traceback.
Consequence:
It is not possible to install these four profiles:
* C2S for Red Hat Enterprise Linux 7
* United States Government Configuration Baseline
* Unclassified Information in Non-federal Information Systems and Organizations (NIST 800-171)
* DISA STIG for Red Hat Enterprise Linux 7
Workaround (if any):
Simplest approach is to install scap-security-guide-0.1.40-2.el7, then with command
`sed '/^part </d' /usr/share/xml/scap/ssg/content/ssg-rhel7-ds.xml > cdrom_workaround.xml`
generate fixed datastream. Put it somewhere network accessible, and then in the OAA dialog select this content.
Result:
Workarounded installation will proceed without any side effects.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-10-30 11:47:45 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Marek Haicman
2018-08-17 18:33:45 UTC
Thanks Libor, I am cancelling the needinfo. Verified manually the package scap-security-guide-0.1.40-3.el7.noarch contains the fix of the bug. OLD (scap-security-guide-0.1.40-2.el7.noarch): $ grep '^part <' /usr/share/xml/scap/ssg/content/ssg-rhel7-ds.xml part <sub idref="xccdf_org.ssgproject.content_value_var_removable_partition" use="legacy"/> --mountoptions="nosuid" part <sub idref="xccdf_org.ssgproject.content_value_var_removable_partition" use="legacy"/> --mountoptions="nodev" part <sub idref="xccdf_org.ssgproject.content_value_var_removable_partition" use="legacy"/> --mountoptions="noexec" part <ns0:sub idref="xccdf_org.ssgproject.content_value_var_removable_partition" use="legacy"/> --mountoptions="nosuid" part <ns0:sub idref="xccdf_org.ssgproject.content_value_var_removable_partition" use="legacy"/> --mountoptions="nodev" part <ns0:sub idref="xccdf_org.ssgproject.content_value_var_removable_partition" use="legacy"/> --mountoptions="noexec" NEW (scap-security-guide-0.1.40-3.el7.noarch): <nothing> 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. https://access.redhat.com/errata/RHBA-2018:3308 |