>From 93c739986cf96085fabe0a77a8798f06b7aa53e4 Mon Sep 17 00:00:00 2001 From: Shawn Wells Date: Sun, 13 Apr 2014 01:21:24 -0400 Subject: [PATCH 07/26] New Rule: package_mcstrans_removed Added into RHEL6 to provide coverage for CIS/C2S requirements. --- RHEL/6/input/checks/package_mcstrans_removed.xml | 26 ++++++++++++++++++++ RHEL/6/input/checks/templates/packages_removed.csv | 1 + RHEL/6/input/system/selinux.xml | 16 ++++++++++++ 3 files changed, 43 insertions(+), 0 deletions(-) create mode 100644 RHEL/6/input/checks/package_mcstrans_removed.xml diff --git a/RHEL/6/input/checks/package_mcstrans_removed.xml b/RHEL/6/input/checks/package_mcstrans_removed.xml new file mode 100644 index 0000000..42ed538 --- /dev/null +++ b/RHEL/6/input/checks/package_mcstrans_removed.xml @@ -0,0 +1,26 @@ + + + + + Package mcstrans Removed + + Red Hat Enterprise Linux 6 + + The RPM package mcstrans should be removed. + + + + + + + + + + + mcstrans + + diff --git a/RHEL/6/input/checks/templates/packages_removed.csv b/RHEL/6/input/checks/templates/packages_removed.csv index 14aff93..fe2df22 100644 --- a/RHEL/6/input/checks/templates/packages_removed.csv +++ b/RHEL/6/input/checks/templates/packages_removed.csv @@ -13,6 +13,7 @@ httpd iputils kexec-tools libcgroup +mcstrans mdadm net-snmp nfs-utils diff --git a/RHEL/6/input/system/selinux.xml b/RHEL/6/input/system/selinux.xml index dc1205e..9d7ed81 100644 --- a/RHEL/6/input/system/selinux.xml +++ b/RHEL/6/input/system/selinux.xml @@ -147,6 +147,22 @@ have running on a server + +Remove MCS Translation Service (mcstrans) +The mcstransd daemon provides category label information +to client processes requesting information. The label translations are defined +in /etc/selinux/targeted/setrans.conf. + + +Since this service is not used very often, disable it to reduce the +amount of potentially vulnerable code running on the system. + +NOTE: This rule was added in support of the CIS RHEL6 v1.2.0 benchmark. Please +note that Red Hat does not feel this rule is security relevant. + + + + Ensure No Daemons are Unconfined by SELinux -- 1.7.1