>From 318ef83f6bb7b931031527136797b3a84654860e Mon Sep 17 00:00:00 2001 From: Shawn Wells Date: Fri, 29 Mar 2013 20:03:21 -0400 Subject: [PATCH 15/21] Renamed OVAL in set_selinux_state Renamed OVAL to match XCCDF rule name --- RHEL6/input/checks/selinux_mode.xml | 32 ------------------------------ RHEL6/input/checks/set_selinux_state.xml | 32 ++++++++++++++++++++++++++++++ RHEL6/input/system/selinux.xml | 2 +- 3 files changed, 33 insertions(+), 33 deletions(-) delete mode 100644 RHEL6/input/checks/selinux_mode.xml create mode 100644 RHEL6/input/checks/set_selinux_state.xml diff --git a/RHEL6/input/checks/selinux_mode.xml b/RHEL6/input/checks/selinux_mode.xml deleted file mode 100644 index 2a1c4ca..0000000 --- a/RHEL6/input/checks/selinux_mode.xml +++ /dev/null @@ -1,32 +0,0 @@ - - - - SELinux Enforcing - - Red Hat Enterprise Linux 6 - - The SELinux state should be enforcing the local policy. - - - - - - - - - - - - - /etc/selinux - config - ^SELINUX=(.*)$ - 1 - - - - - - - - diff --git a/RHEL6/input/checks/set_selinux_state.xml b/RHEL6/input/checks/set_selinux_state.xml new file mode 100644 index 0000000..2a1c4ca --- /dev/null +++ b/RHEL6/input/checks/set_selinux_state.xml @@ -0,0 +1,32 @@ + + + + SELinux Enforcing + + Red Hat Enterprise Linux 6 + + The SELinux state should be enforcing the local policy. + + + + + + + + + + + + + /etc/selinux + config + ^SELINUX=(.*)$ + 1 + + + + + + + + diff --git a/RHEL6/input/system/selinux.xml b/RHEL6/input/system/selinux.xml index 0659a37..6f519d4 100644 --- a/RHEL6/input/system/selinux.xml +++ b/RHEL6/input/system/selinux.xml @@ -121,7 +121,7 @@ prevent them from causing damage to the system or further elevating their privileges. - + -- 1.7.1