>From 7ca0acdcb78bd47610ec60e03d83ce41e40f8295 Mon Sep 17 00:00:00 2001 From: Shawn Wells Date: Fri, 29 Mar 2013 20:08:52 -0400 Subject: [PATCH 18/21] Renamed OVAL in restrict_root_console_logins to match XCCDF rule name --- .../input/checks/restrict_root_console_logins.xml | 27 ++++++++++++++++++++ .../checks/securetty_root_login_console_only.xml | 27 -------------------- .../system/accounts/restrictions/root_logins.xml | 2 +- 3 files changed, 28 insertions(+), 28 deletions(-) create mode 100644 RHEL6/input/checks/restrict_root_console_logins.xml delete mode 100644 RHEL6/input/checks/securetty_root_login_console_only.xml diff --git a/RHEL6/input/checks/restrict_root_console_logins.xml b/RHEL6/input/checks/restrict_root_console_logins.xml new file mode 100644 index 0000000..18cdca5 --- /dev/null +++ b/RHEL6/input/checks/restrict_root_console_logins.xml @@ -0,0 +1,27 @@ + + + + Restrict Virtual Console Root Logins + + Red Hat Enterprise Linux 6 + + Preventing direct root login to virtual console devices + helps ensure accountability for actions taken on the system + using the root account. + + + + + + + + + + + + /etc + securetty + ^vc/[0-9]+$ + 1 + + diff --git a/RHEL6/input/checks/securetty_root_login_console_only.xml b/RHEL6/input/checks/securetty_root_login_console_only.xml deleted file mode 100644 index 18cdca5..0000000 --- a/RHEL6/input/checks/securetty_root_login_console_only.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - Restrict Virtual Console Root Logins - - Red Hat Enterprise Linux 6 - - Preventing direct root login to virtual console devices - helps ensure accountability for actions taken on the system - using the root account. - - - - - - - - - - - - /etc - securetty - ^vc/[0-9]+$ - 1 - - diff --git a/RHEL6/input/system/accounts/restrictions/root_logins.xml b/RHEL6/input/system/accounts/restrictions/root_logins.xml index 5977ebf..ec71fd3 100644 --- a/RHEL6/input/system/accounts/restrictions/root_logins.xml +++ b/RHEL6/input/system/accounts/restrictions/root_logins.xml @@ -58,7 +58,7 @@ helps ensure accountability for actions taken on the system using the root account. - + -- 1.7.1