<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body bgcolor="#FFFFFF">
<div>I'm confused. So remediation content into Scap? Not what was discussed on the Aqueduct call yesterday?&nbsp;</div>
<div><br>
</div>
<div><br>
</div>
<div>
<div style="font-size:75%; color:#575757">Sent from my Verizon Wireless 4G LTE Smartphone</div>
</div>
<br>
<br>
<br>
-------- Original message --------<br>
From: Shawn Wells &lt;shawn@redhat.com&gt; <br>
Date: 06/01/2013 2:22 PM (GMT-08:00) <br>
To: scap-security-guide@lists.fedorahosted.org <br>
Subject: Re: [PATCH 4/4] Created service_*_disabled remediation scripts <br>
<br>
<br>
<div>
<div class="moz-cite-prefix">On 6/1/13 5:20 PM, Shawn Wells wrote:<br>
</div>
<blockquote type="cite"><br>
<div class="moz-text-plain" lang="x-western" style="font-size:12px">
<pre>From d43b1d02d295afdbf954af076668843845ae4325 Mon Sep 17 00:00:00 2001
From: Shawn Wells <a class="moz-txt-link-rfc2396E" href="mailto:shawn@redhat.com">&lt;shawn@redhat.com&gt;</a>
Date: Sat, 1 Jun 2013 17:11:16 -0400
Subject: [PATCH 4/4] Created service_*_disabled remediation scripts
 - Generated from template

Just to ensure things showup properly during script gen:
oscap xccdf eval --profile stig-rhel6-server --cpe ssg-rhel6-cpe-dictionary.xml --results /var/www/html/results/results.xml --report /var/www/html/report.html ssg-rhel6-xccdf.xml; oscap xccdf generate fix --result-id xccdf_org.open-scap_testresult_stig-rhel6-server /var/www/html/results/results.xml
....

chkconfig --level 0123456 autofs off

service autofs stop

.....</pre>
</div>
</blockquote>
<br>
comments get stripped from my email2list script... here's the full output of script generation:<br>
<br>
<br>
#!/bin/bash<br>
# OpenSCAP fix generator output for benchmark: Guide to the Secure Configuration of Red Hat Enterprise Linux 6<br>
<br>
<br>
# Generating fixes for all failed rules in test result 'xccdf_org.open-scap_testresult_stig-rhel6-server'.<br>
<br>
# XCCDF rule: service_autofs_disabled<br>
# CCE-26976-1<br>
<br>
#<br>
# Disable autofs for all run levels<br>
#<br>
chkconfig --level 0123456 autofs off<br>
<br>
#<br>
# Stop autofs if currently running<br>
#<br>
service autofs stop<br>
<br>
<br>
</div>
</body>
</html>