[PATCH 1/2] Created remediation template

Shawn Wells shawn at redhat.com
Mon Jul 15 13:19:14 UTC 2013


On 7/14/13 5:41 PM, Jeffrey Blank wrote:
> Typo here:
> +# Stop SERVICENAME if currently running
>
> Otherwise seems harmless enough.

Updated:

+++ b/RHEL6/input/fixes/bash/templates/template_service_enabled
@@ -0,0 +1,9 @@
+#
+# Enable SERVICENAME for all run levels
+#
+chkconfig --level 0123456 SERVICENAME on
+
+#
+# Start SERVICENAME if not currently running
+#
+service SERVICENAME start

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.fedorahosted.org/pipermail/scap-security-guide/attachments/20130715/6f1512d3/attachment.html>


More information about the scap-security-guide mailing list