>From f372647cd1d517656514bb54c703ec5e5e4b9653 Mon Sep 17 00:00:00 2001 From: Shawn Wells Date: Fri, 25 Oct 2013 21:26:15 -0400 Subject: [PATCH 1/8] OVAL/XCCDF naming update: accounts_disable_post_pw_expiration.xml Updated accounts_disable_post_pw_expiration.xml ==> account_disable_post_pw_expiration.xml OVAL now matches XCCDF name --- .../checks/account_disable_post_pw_expiration.xml | 39 ++++++++++++++++++++ .../checks/accounts_disable_post_pw_expiration.xml | 39 -------------------- .../accounts/restrictions/account_expiration.xml | 2 +- 3 files changed, 40 insertions(+), 40 deletions(-) create mode 100644 RHEL6/input/checks/account_disable_post_pw_expiration.xml delete mode 100644 RHEL6/input/checks/accounts_disable_post_pw_expiration.xml diff --git a/RHEL6/input/checks/account_disable_post_pw_expiration.xml b/RHEL6/input/checks/account_disable_post_pw_expiration.xml new file mode 100644 index 0000000..4e8188c --- /dev/null +++ b/RHEL6/input/checks/account_disable_post_pw_expiration.xml @@ -0,0 +1,39 @@ + + + + Set Accounts to Expire Following Password Expiration + + Red Hat Enterprise Linux 6 + + The accounts should be configured to expire automatically following password expiration. + + + + + + + + + + + + + + + /etc/default/useradd + ^\s*INACTIVE\s*=\s*(\d+)\s*$ + 1 + + + + + + + + -1 + + + + + diff --git a/RHEL6/input/checks/accounts_disable_post_pw_expiration.xml b/RHEL6/input/checks/accounts_disable_post_pw_expiration.xml deleted file mode 100644 index 16e95e1..0000000 --- a/RHEL6/input/checks/accounts_disable_post_pw_expiration.xml +++ /dev/null @@ -1,39 +0,0 @@ - - - - Set Accounts to Expire Following Password Expiration - - Red Hat Enterprise Linux 6 - - The accounts should be configured to expire automatically following password expiration. - - - - - - - - - - - - - - - /etc/default/useradd - ^\s*INACTIVE\s*=\s*(\d+)\s*$ - 1 - - - - - - - - -1 - - - - - diff --git a/RHEL6/input/system/accounts/restrictions/account_expiration.xml b/RHEL6/input/system/accounts/restrictions/account_expiration.xml index 18b2396..0d92037 100644 --- a/RHEL6/input/system/accounts/restrictions/account_expiration.xml +++ b/RHEL6/input/system/accounts/restrictions/account_expiration.xml @@ -59,7 +59,7 @@ have been responsibly removed are not available to attackers who may have compromised their credentials. - + -- 1.7.1