>From a15e0b0da96e1667455bc17ded2299ec607cd660 Mon Sep 17 00:00:00 2001 From: Shawn Wells Date: Fri, 29 Mar 2013 20:01:01 -0400 Subject: [PATCH 14/21] OVAL rule rename of no_rsh_trust_files - Changed OVAL rule name to match XCCDF name --- RHEL6/input/checks/no_rsh_trust_files.xml | 38 ++++++++++++++++++++++ RHEL6/input/checks/no_rsh_trusted_host_files.xml | 38 ---------------------- RHEL6/input/services/obsolete.xml | 2 +- 3 files changed, 39 insertions(+), 39 deletions(-) create mode 100644 RHEL6/input/checks/no_rsh_trust_files.xml delete mode 100644 RHEL6/input/checks/no_rsh_trusted_host_files.xml diff --git a/RHEL6/input/checks/no_rsh_trust_files.xml b/RHEL6/input/checks/no_rsh_trust_files.xml new file mode 100644 index 0000000..1e05dd1 --- /dev/null +++ b/RHEL6/input/checks/no_rsh_trust_files.xml @@ -0,0 +1,38 @@ + + + + No Legacy .rhosts Or hosts.equiv Files + + Red Hat Enterprise Linux 6 + + There should not be any .rhosts or hosts.equiv files on the system. + + + + + + + + + + + + + + + + + + /root + ^\.(r|s)hosts$ + + + + /home + ^\.(r|s)hosts$ + + + /etc + ^s?hosts.equiv$ + + diff --git a/RHEL6/input/checks/no_rsh_trusted_host_files.xml b/RHEL6/input/checks/no_rsh_trusted_host_files.xml deleted file mode 100644 index 1e05dd1..0000000 --- a/RHEL6/input/checks/no_rsh_trusted_host_files.xml +++ /dev/null @@ -1,38 +0,0 @@ - - - - No Legacy .rhosts Or hosts.equiv Files - - Red Hat Enterprise Linux 6 - - There should not be any .rhosts or hosts.equiv files on the system. - - - - - - - - - - - - - - - - - - /root - ^\.(r|s)hosts$ - - - - /home - ^\.(r|s)hosts$ - - - /etc - ^s?hosts.equiv$ - - diff --git a/RHEL6/input/services/obsolete.xml b/RHEL6/input/services/obsolete.xml index d123676..4a310c7 100644 --- a/RHEL6/input/services/obsolete.xml +++ b/RHEL6/input/services/obsolete.xml @@ -209,7 +209,7 @@ used in conjunction with the R-services, they can allow unauthenticated access to a system. - + -- 1.7.1