UCF STIG Viewer Logo

The inetd.conf file must not have extended ACLs.


Overview

Finding ID Version Rule ID IA Controls Severity
V-226910 GEN003745 SV-226910r603265_rule Medium
Description
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.
STIG Date
Solaris 10 SPARC Security Technical Implementation Guide 2020-12-04

Details

Check Text ( C-29072r485017_chk )
Check the permissions of the inetd configuration file.
# ls -lL /etc/inet/inetd.conf
If the permissions include a "+", the file has an extended ACL and this is a finding.
Fix Text (F-29060r485018_fix)
Remove the extended ACL from the file.
# chmod A- /etc/inet/inetd.conf