[PATCH] converted CCIs, fixed validation problems

Jeffrey Blank blank at eclipse.ncsc.mil
Fri Apr 27 18:54:15 UTC 2012


This may break some transforms (to tables) which might be expecting that all
references from a certain source are in a single reference element. Any other
transforms will be fixed up shortly.

As the XCCDF output should be as easy as possible to query, individual items
from a particular reference source now appear as separate reference elements.
XCCDF input/shorthand, on the other hand, should be as easy as possible
to use for data entry.

This patch also included some fixups needed to ensure validation.  I 
usually try to do a "make content; make validate" before committing.


Jeffrey Blank (1):
  converted all CCIs from idents to refs      * also adjusted transform
    slightly, fixed other typos

 rhel6/src/input/services/http.xml                  |    2 +-
 rhel6/src/input/services/ssh.xml                   |    5 +--
 rhel6/src/input/system/accounts/accounts.xml       |    2 +-
 rhel6/src/input/system/accounts/pam.xml            |   15 ++------
 .../accounts/restrictions/password_expiration.xml  |    9 ++---
 .../accounts/restrictions/password_storage.xml     |    3 +-
 rhel6/src/input/system/auditing.xml                |   34 +++----------------
 rhel6/src/input/system/network/iptables.xml        |   10 ++----
 .../input/system/software/disk_partitioning.xml    |   11 +++---
 rhel6/src/input/system/software/integrity.xml      |    3 +-
 rhel6/src/input/system/software/updating.xml       |    6 +--
 rhel6/src/transforms/shorthand2xccdf.xslt          |    2 +-
 12 files changed, 30 insertions(+), 72 deletions(-)



More information about the scap-security-guide mailing list