<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 11/12/13, 2:46 PM, Matt Micene
      wrote:<br>
    </div>
    <blockquote
cite="mid:62a9d4110abc4cf986536ffb12420da2@BY2PR05MB079.namprd05.prod.outlook.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <meta name="Generator" content="Microsoft Word 12 (filtered
        medium)">
      <style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
        {mso-style-priority:99;
        mso-style-link:"Balloon Text Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:8.0pt;
        font-family:"Tahoma","sans-serif";}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.BalloonTextChar
        {mso-style-name:"Balloon Text Char";
        mso-style-priority:99;
        mso-style-link:"Balloon Text";
        font-family:"Tahoma","sans-serif";}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
      <div class="WordSection1">
        <p class="MsoNormal">Running the CS2 profile in a test system I
          noted that there are a few idrefs that don’t match the
          benchmark names, this patch renames those to match the
          benchmark name.<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">Pardon any inconsistencies in formatting,
          first patch.<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">Matt Micene<o:p></o:p></p>
        <p class="MsoNormal">Solution Architect, Platforms<o:p></o:p></p>
        <p class="MsoNormal">RHCA #100-002-435<o:p></o:p></p>
        <p class="MsoNormal">DLT Solutions<o:p></o:p></p>
        <p class="MsoNormal">Direct 703-773-1195<br>
          <br>
          <br>
          From 05df1004ad8a90032413147837721f96f4ee36b3 Mon Sep 17
          00:00:00 2001<br>
          From: Matt Micene <a class="moz-txt-link-rfc2396E" href="mailto:nzwulfin@gmail.com">&lt;nzwulfin@gmail.com&gt;</a><br>
          Date: Tue, 12 Nov 2013 14:43:49 -0500<br>
          Subject: [PATCH] Multiple CS2 profile typos<br>
          <br>
          <br>
          Signed-off-by: Matt Micene <a class="moz-txt-link-rfc2396E" href="mailto:nzwulfin@gmail.com">&lt;nzwulfin@gmail.com&gt;</a><br>
          ---<br>
           RHEL6/input/profiles/CS2.xml |   12 ++++++------<br>
           1 files changed, 6 insertions(+), 6 deletions(-)<br>
          <br>
          diff --git a/RHEL6/input/profiles/CS2.xml
          b/RHEL6/input/profiles/CS2.xml<br>
          index 0099b0a..ae050db 100644<br>
          --- a/RHEL6/input/profiles/CS2.xml<br>
          +++ b/RHEL6/input/profiles/CS2.xml<br>
          @@ -6,8 +6,8 @@<br>
           &lt;refine-value
          idref="var_accounts_password_minlen_login_defs"
          selector="14"/&gt;<br>
           &lt;select idref="accounts_minimum_age_login_defs"
          selected="true"/&gt;<br>
           &lt;refine-value idref="var_accounts_minimum_age_login_defs"
          selector="1"/&gt;<br>
          -&lt;select idref="acounts_maximum_age_login_defs"
          selected="true"/&gt;<br>
          -&lt;refine-value idref="var_acounts_maximum_age_login_defs"
          selector="180"/&gt;<br>
          +&lt;select idref="accounts_maximum_age_login_defs"
          selected="true"/&gt;<br>
          +&lt;refine-value idref="var_accounts_maximum_age_login_defs"
          selector="180"/&gt;<br>
           &lt;select idref="password_require_digits"
          selected="true"/&gt;<br>
           &lt;select idref="password_require_uppercases"
          selected="true"/&gt;<br>
           &lt;select idref="password_require_specials"
          selected="true"/&gt;<br>
          @@ -145,7 +145,7 @@<br>
           &lt;select idref="audit_media_exports" selected="true"/&gt;<br>
           &lt;select idref="audit_file_deletions" selected="true"/&gt;<br>
           <br>
          -&lt;select idref="securety_root_login_console_only"
          selected="true" /&gt;<br>
          +&lt;select idref="securetty_root_login_console_only"
          selected="true" /&gt;<br>
           &lt;select idref="no_direct_root_logins" selected="true"
          /&gt;<br>
           <br>
           &lt;select idref="userowner_shadow_file" selected="true"/&gt;<br>
          @@ -194,14 +194,14 @@<br>
           &lt;select idref="gconf_gnome_disable_automount"
          selected="true"/&gt;<br>
           <br>
           &lt;select idref="network_disable_zeroconf" selected="true"
          /&gt;<br>
          -&lt;select idref="disable_sysctl_ipv4_default_send_redirects"
          selected="true"/&gt;<br>
          -&lt;select idref="disable_sysctl_ipv4_all_send_redirects"
          selected="true"/&gt;<br>
          -&lt;select idref="disable_sysctl_ipv4_ip_forward"
          selected="true"/&gt;<br>
          +&lt;select idref="sysctl_ipv4_all_send_redirects"
          selected="true"/&gt;<br>
          +&lt;select idref="sysctl_ipv4_ip_forward"
          selected="true"/&gt;<br>
           &lt;select
          idref="sysctl_net_ipv4_conf_all_accept_source_route"
          selected="true"/&gt;<br>
           &lt;select idref="sysctl_net_ipv4_conf_all_accept_redirects"
          selected="true"/&gt;<br>
           &lt;select idref="sysctl_net_ipv4_conf_all_secure_redirects"
          selected="true"/&gt;<br>
           &lt;select idref="sysctl_net_ipv4_conf_all_log_martians"
          selected="true"/&gt;<br>
           &lt;select
          idref="sysctl_net_ipv4_conf_default_accept_source_route"
          selected="true"/&gt;<br>
          +&lt;select
          idref="sysctl_net_ipv4_conf_default_send_redirects"
          selected="true"/&gt;<br>
           &lt;select
          idref="sysctl_net_ipv4_conf_default_secure_redirects"
          selected="true"/&gt;<br>
           &lt;select
          idref="sysctl_net_ipv4_conf_default_accept_redirects"
          selected="true"/&gt;<br>
           &lt;select
          idref="sysctl_net_ipv4_icmp_echo_ignore_broadcasts"
          selected="true"/&gt;<br>
          -- <br>
          1.7.1<br>
        </p>
      </div>
    </blockquote>
    <br>
    Nice touch putting _default_send_redirects down with the other
    _net_ipv4 checks.<br>
    <br>
    Ack.<br>
    <br>
    Note this addresses Calab's identification of the
    acounts_maximum_age_login_defs.<br>
  </body>
</html>