Check: GEN003740
Solaris 10 SPARC STIG:
GEN003740
(in versions v2 r4 through v1 r19)
Title
The inetd.conf file must have mode 0440 or less permissive. (Cat II impact)
Discussion
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 Content
Check the mode of inetd.conf file. # ls -lL /etc/inet/inetd.conf If the mode of the file is more permissive than 0440, this is a finding.
Fix Text
Change the mode of the inetd.conf file. # chmod 0440 /etc/inet/inetd.conf
Additional Identifiers
Rule ID: SV-226909r854430_rule
Vulnerability ID: V-226909
Group Title: SRG-OS-000312
Expert Comments
Expert comments are only available to logged-in users.
CCIs
CCIs tied to check.
Number | Definition |
---|---|
CCI-002165 |
The information system enforces organization-defined discretionary access control policies over defined subjects and objects. |
Controls
Controls tied to check. These are derived from the CCIs shown above.
Number | Title |
---|---|
AC-3 (4) |
Discretionary Access Control |