UCF STIG Viewer Logo
Changes are coming to https://stigviewer.com. Take our survey to help us understand your usage and how we can better serve you in the future.
Take Survey

The xinetd service must be uninstalled if no network services utilizing it are enabled.


Overview

Finding ID Version Rule ID IA Controls Severity
RHEL-06-000204 RHEL-06-000204 RHEL-06-000204_rule Low
Description
Removing the "xinetd" package decreases the risk of the xinetd service's accidental (or intentional) activation.
STIG Date
Red Hat Enterprise Linux 6 Security Technical Implementation Guide 2013-02-05

Details

Check Text ( C-RHEL-06-000204_chk )
Run the following command to determine if the "xinetd" package is installed:

# rpm -q xinetd


If the package is installed, this is a finding.
Fix Text (F-RHEL-06-000204_fix)
The "xinetd" package can be uninstalled with the following command:

# yum erase xinetd