RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1525251 - remediations fixing /dev/shm mounting error in RHEL6 datastream
Summary: remediations fixing /dev/shm mounting error in RHEL6 datastream
Keywords:
Status: CLOSED DUPLICATE of bug 1570956
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: scap-security-guide
Version: 7.4
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: rc
: ---
Assignee: Watson Yuuma Sato
QA Contact: BaseOS QE Security Team
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-12-12 21:46 UTC by Marek Haicman
Modified: 2018-08-01 12:34 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-08-01 12:34:55 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Marek Haicman 2017-12-12 21:46:25 UTC
Description of problem:
RHEL6 datastream shipped as part of RHEL7 package contains rules
xccdf_org.ssgproject.content_rule_mount_option_dev_shm_nodev
xccdf_org.ssgproject.content_rule_mount_option_dev_shm_noexec
xccdf_org.ssgproject.content_rule_mount_option_dev_shm_nosuid

Version-Release number of selected component (if applicable):
scap-security-guide-0.1.36-5.el7.noarch

How reproducible:
reliably

Steps to Reproduce:
1. install rhel6 machine
2. try to remediate it with rhel6 profile xccdf_org.ssgproject.content_profile_CS2
3.

Actual results:
Aforementioned rules errors during remediation, exit code 1

Expected results:
Configuration is fixed accordingly, no issue observed.

Additional info:
[root@ssg-test-suite-6 ~]# cat /etc/fstab 

#
# /etc/fstab
# Created by anaconda on Tue Dec 12 18:31:41 2017
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
#
/dev/mapper/vg_ssgtestsuite6-lv_root /                       ext4    defaults        1 1
UUID=03b60a06-20bb-4ccb-af79-1be73349202c /boot                   ext4    defaults        1 2
/dev/mapper/vg_ssgtestsuite6-lv_swap swap                    swap    defaults        0 0
tmpfs                   /dev/shm                tmpfs   defaults        0 0
devpts                  /dev/pts                devpts  gid=5,mode=620  0 0
sysfs                   /sys                    sysfs   defaults        0 0
proc                    /proc                   proc    defaults        0 0

Comment 2 Watson Yuuma Sato 2018-08-01 12:34:55 UTC
Discussed with Marek and it was agreed that this can be closed as duplicate.

*** This bug has been marked as a duplicate of bug 1570956 ***


Note You need to log in before you can comment on or make changes to this bug.