Rule ID
SV-240427r671022_rule
Version
V2R2
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