[PATCH 0/3] OVAL update of set_password_hashing_algorithm

Shawn Wells shawn.d.wells at gmail.com
Sat Apr 20 05:48:32 UTC 2013


-------------- next part --------------
>From d937f0b9d5d7487bace8221059acc952c6b4b2cc Mon Sep 17 00:00:00 2001
From: Shawn Wells <shawn at redhat.com>
Date: Sat, 20 Apr 2013 01:46:48 -0400
Subject: [PATCH 0/3] OVAL update of set_password_hashing_algorithm

Upon looking into Ticket 197, it turns out we've since broken the XCCDF into
multiple rules. Broke apart the OVAL to match.

Shawn Wells (3):
  Created OVAL for set_password_hashing_algorithm_systemauth     -
    Created OVAL     - Updated XCCDF
  Created OVAL for set_password_hashing_algorithm_logindefs     -
    Updated XCCDF     - Created OVAL
  Created OVAL for set_password_hashing_algorithm_libuserconf     -
    Created OVAL     - Updated XCCDF     - Removed
    accounts_password_hashing_algorithm.xml. The password checks used
    to be in a singular rule, now     broken into individual components

 .../checks/accounts_password_hashing_algorithm.xml |   46 --------------------
 .../set_password_hashing_algorithm_libuserconf.xml |   27 +++++++++++
 .../set_password_hashing_algorithm_logindefs.xml   |   24 ++++++++++
 .../set_password_hashing_algorithm_systemauth.xml  |   25 +++++++++++
 RHEL6/input/system/accounts/pam.xml                |    3 +
 5 files changed, 79 insertions(+), 46 deletions(-)
 delete mode 100644 RHEL6/input/checks/accounts_password_hashing_algorithm.xml
 create mode 100644 RHEL6/input/checks/set_password_hashing_algorithm_libuserconf.xml
 create mode 100644 RHEL6/input/checks/set_password_hashing_algorithm_logindefs.xml
 create mode 100644 RHEL6/input/checks/set_password_hashing_algorithm_systemauth.xml



More information about the scap-security-guide mailing list