Bug 1525251

Summary: remediations fixing /dev/shm mounting error in RHEL6 datastream
Product: Red Hat Enterprise Linux 7 Reporter: Marek Haicman <mhaicman>
Component: scap-security-guideAssignee: Watson Yuuma Sato <wsato>
Status: CLOSED DUPLICATE QA Contact: BaseOS QE Security Team <qe-baseos-security>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.4CC: mhaicman, mpreisle, openscap-maint
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-08-01 12:34:55 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 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 ***