Rule ID
SV-45764r1_rule
Version
V1R12
CCIs
Failure to give ownership of system configuration files to root or a system group provides the designated owner and unauthorized users with the potential to change the system configuration possibly weakening the system's security posture.
Check the group ownership of the services file. Procedure: # ls -lL /etc/services If the file is not group-owned by root, bin, sys, or system, this is a finding
Change the group-owner of the services file. Procedure: # chgrp root /etc/services