<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 9/30/13 11:28 AM,
      <a class="moz-txt-link-abbreviated" href="mailto:fcaviggi@redhat.com">fcaviggi@redhat.com</a> wrote:<br>
    </div>
    <blockquote cite="mid:52499884.2050103@redhat.com" type="cite"> All,<br>
      <br>
      Most of the guidance for RHEL security has suggested setting the
      following in /etc/security/limits.conf:<br>
      <br>
              *    hard    core    0<br>
      <br>
      I have generally set this to:<br>
      <br>
              *    -    core    0<br>
      <br>
      Because this sets both the hard and soft limits on the system.
      Most SCAP scanners are looking for very specific values there. 
      I'm looking at modifying the checks to pass either 'hard' or '-'
      for the value.<br>
      <br>
      I'd also to fix the maxlogins in the rule (<strong class="strong">max_concurrent_login_sessions</strong>)
      in /etc/security/limits.conf to look for the DOD default (10) and
      lower to satisfy the check. Security standards are there as a
      baseline, why 'fail' the setting for exceeding the baseline value?<br>
    </blockquote>
    <br>
    Good call. Make a patch.
  </body>
</html>