--- scap-security-guide-0.1.19/RHEL/7/input/system/selinux.xml.orig 2014-09-29 06:19:27.427097200 -0400
+++ scap-security-guide-0.1.19/RHEL/7/input/system/selinux.xml 2014-09-29 06:20:14.703998808 -0400
@@ -117,23 +117,6 @@ targeted for exploitation, such as netwo
-
-Enable the SELinux Context Restoration Service (restorecond)
-The restorecond service utilizes inotify to look
-for the creation of new files listed in the
-/etc/selinux/restorecond.conf configuration file. When a file is
-created, restorecond ensures the file receives the proper SELinux
-security context.
-
-
-The restorecond service helps ensure that the default SELinux
-file context is applied to files. This allows automatic correction
-of file contexts created by some programs.
-
-
-
-
-
Uninstall setroubleshoot Package
The SETroubleshoot service notifies desktop users of SELinux
--- scap-security-guide-0.1.19/RHEL/7/input/fixes/bash/service_restorecond_enabled.sh 2014-09-28 07:55:58.000000000 -0400
+++ /dev/null 2014-09-29 05:45:02.862000000 -0400
@@ -1,9 +0,0 @@
-#
-# Enable restorecond.service for all systemd targets
-#
-systemctl enable restorecond.service
-
-#
-# Start restorecond.service if not currently running
-#
-systemctl start restorecond.service