Rule ID
SV-45761r1_rule
Version
V1R12
CCIs
The Internet service daemon configuration files must be protected as malicious modification could cause Denial of Service or increase the attack surface of the system.
Check the permissions of the xinetd configuration directories. # ls -dlL /etc/xinetd.d If the mode of the directory is more permissive than 0755, this is a finding.
Change the mode of the directory. # chmod 0755 /etc/xinetd.d