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 ypserv package must not be installed.


Overview

Finding ID Version Rule ID IA Controls Severity
RHEL-06-000220 RHEL-06-000220 RHEL-06-000220_rule Medium
Description
Removing the "ypserv" package decreases the risk of the accidental (or intentional) activation of NIS or NIS+ services.
STIG Date
Red Hat Enterprise Linux 6 Security Technical Implementation Guide 2013-02-05

Details

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

# rpm -q ypserv


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

# yum erase ypserv