>From 0b102e277da3628364124f3b364a8d89b7c106af Mon Sep 17 00:00:00 2001 From: Shawn Wells Date: Fri, 29 Mar 2013 20:12:31 -0400 Subject: [PATCH 20/21] Renamed OVAL in no_shelllogin_for_systemaccounts.xml to match XCCDF rule name Renamed OVAL in no_shelllogin_for_systemaccounts.xml to match XCCDF rule name --- RHEL6/input/checks/accounts_nologin_for_system.xml | 25 -------------------- .../checks/no_shelllogin_for_systemaccounts.xml | 25 ++++++++++++++++++++ .../system/accounts/restrictions/root_logins.xml | 2 +- 3 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 RHEL6/input/checks/accounts_nologin_for_system.xml create mode 100644 RHEL6/input/checks/no_shelllogin_for_systemaccounts.xml diff --git a/RHEL6/input/checks/accounts_nologin_for_system.xml b/RHEL6/input/checks/accounts_nologin_for_system.xml deleted file mode 100644 index fdca860..0000000 --- a/RHEL6/input/checks/accounts_nologin_for_system.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - Block Shell and Login Access for Non-Root System Accounts - - Red Hat Enterprise Linux 6 - - Login access to non-root system accounts should be disabled. - - - - - - - - - - - root - - - 500 - /sbin/nologin - - diff --git a/RHEL6/input/checks/no_shelllogin_for_systemaccounts.xml b/RHEL6/input/checks/no_shelllogin_for_systemaccounts.xml new file mode 100644 index 0000000..fdca860 --- /dev/null +++ b/RHEL6/input/checks/no_shelllogin_for_systemaccounts.xml @@ -0,0 +1,25 @@ + + + + Block Shell and Login Access for Non-Root System Accounts + + Red Hat Enterprise Linux 6 + + Login access to non-root system accounts should be disabled. + + + + + + + + + + + root + + + 500 + /sbin/nologin + + diff --git a/RHEL6/input/system/accounts/restrictions/root_logins.xml b/RHEL6/input/system/accounts/restrictions/root_logins.xml index bb33399..82d94b0 100644 --- a/RHEL6/input/system/accounts/restrictions/root_logins.xml +++ b/RHEL6/input/system/accounts/restrictions/root_logins.xml @@ -140,7 +140,7 @@ section on the root account. Doing so might cause the system to become inaccessible. - + -- 1.7.1