Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-226511 | GEN001372 | SV-226511r505925_rule | Medium |
Description |
---|
The nsswitch.conf file (or equivalent) configures the source of a variety of system security information including account, group, and host lookups. Malicious changes could prevent the system from functioning or compromise system security. |
STIG | Date |
---|---|
Solaris 10 SPARC Security Technical Implementation Guide | 2020-09-04 |
Check Text ( C-28672r482921_chk ) |
---|
Check the group ownership of the nsswitch.conf file. Procedure: # ls -lL /etc/nsswitch.conf If the file is not group-owned by root, bin, or sys, this is a finding. |
Fix Text (F-28660r482922_fix) |
---|
Change the group owner of the /etc/nsswitch.conf file to root, bin, or sys. Procedure: # chgrp root /etc/nsswitch.conf |