Rule ID
SV-45786r1_rule
Version
V1R12
CCIs
The portmap and rpcbind services increase the attack surface of the system and should only be used when needed. The portmap or rpcbind services are used by a variety of services using Remote Procedure Calls (RPCs).
Check if the portmap and/or rpcbind packages are installed. # rpm –q portmap rpcbind If a package is found, this is a finding.
Remove the portmap and/or rpcbind packages. # rpm -e portmap rpcbind # SuSEconfig