UCF STIG Viewer Logo

The /etc/resolv.conf file must not have an extended ACL.


Overview

Finding ID Version Rule ID IA Controls Severity
V-226505 GEN001365 SV-226505r603265_rule Medium
Description
The resolv.conf (or equivalent) file configures the system's DNS resolver. DNS is used to resolve host names to IP addresses. If DNS configuration is modified maliciously, host name resolution may fail or return incorrect information. DNS may be used by a variety of system security functions such as time synchronization, centralized authentication, and remote system logging.
STIG Date
Solaris 10 SPARC Security Technical Implementation Guide 2020-12-04

Details

Check Text ( C-28666r482903_chk )
Verify /etc/resolv.conf has no extended ACL.
# ls -l /etc/resolv.conf
If the permissions include a "+", the file has an extended ACL, this is a finding.
Fix Text (F-28654r482904_fix)
Remove the extended ACL from the file.
# chmod A- /etc/resolv.conf