>From 482c7509379106fab4c1ddd77663248ae66d6c22 Mon Sep 17 00:00:00 2001 From: Shawn Wells Date: Fri, 29 Mar 2013 20:11:06 -0400 Subject: [PATCH 19/21] Renamed OVAL in restrict_serial_port_logins.xml to match XCCDF rule name --- RHEL6/input/checks/restrict_serial_port_logins.xml | 27 ++++++++++++++++++++ RHEL6/input/checks/securetty_no_serial.xml | 27 -------------------- .../system/accounts/restrictions/root_logins.xml | 2 +- 3 files changed, 28 insertions(+), 28 deletions(-) create mode 100644 RHEL6/input/checks/restrict_serial_port_logins.xml delete mode 100644 RHEL6/input/checks/securetty_no_serial.xml diff --git a/RHEL6/input/checks/restrict_serial_port_logins.xml b/RHEL6/input/checks/restrict_serial_port_logins.xml new file mode 100644 index 0000000..78df91b --- /dev/null +++ b/RHEL6/input/checks/restrict_serial_port_logins.xml @@ -0,0 +1,27 @@ + + + + Restrict Serial Port Root Logins + + Red Hat Enterprise Linux 6 + + Preventing direct root login to serial port interfaces + helps ensure accountability for actions taken on the system + using the root account. + + + + + + + + + + + + /etc + securetty + ^ttyS[0-9]+$ + 1 + + diff --git a/RHEL6/input/checks/securetty_no_serial.xml b/RHEL6/input/checks/securetty_no_serial.xml deleted file mode 100644 index 78df91b..0000000 --- a/RHEL6/input/checks/securetty_no_serial.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - Restrict Serial Port Root Logins - - Red Hat Enterprise Linux 6 - - Preventing direct root login to serial port interfaces - helps ensure accountability for actions taken on the system - using the root account. - - - - - - - - - - - - /etc - securetty - ^ttyS[0-9]+$ - 1 - - diff --git a/RHEL6/input/system/accounts/restrictions/root_logins.xml b/RHEL6/input/system/accounts/restrictions/root_logins.xml index ec71fd3..bb33399 100644 --- a/RHEL6/input/system/accounts/restrictions/root_logins.xml +++ b/RHEL6/input/system/accounts/restrictions/root_logins.xml @@ -83,7 +83,7 @@ helps ensure accountability for actions taken on the systems using the root account. - + -- 1.7.1