Rule ID
SV-45765r1_rule
Version
V1R12
CCIs
The services file is critical to the proper operation of network services and must be protected from unauthorized modification. Unauthorized modification could result in the failure of network services.
Check the mode of the services file. Procedure: # ls -lL /etc/services If the services file has a mode more permissive than 0644, this is a finding.
Change the mode of the services file to 0644 or less permissive. Procedure: # chmod 0644 /etc/services