Rule ID
SV-239514r661993_rule
Version
V2R2
CCIs
CCI-000381
Removing the "ypserv" package decreases the risk of the accidental (or intentional) activation of NIS or NIS+ services.
Check if "ypserv" package is installed: # rpm -q ypserv If there is a "ypserv" package listed, this is a finding.
To remove the "ypserv" package use the following command: rpm -e ypserv