UCF STIG Viewer Logo

The services file must be owned by root or bin.


Overview

Finding ID Version Rule ID IA Controls Severity
V-227816 GEN003760 SV-227816r854496_rule Medium
Description
Failure to give ownership of sensitive files or utilities to root or bin provides the designated owner and unauthorized users with the potential to access sensitive information or change the system configuration which could weaken the system's security posture.
STIG Date
Solaris 10 X86 Security Technical Implementation Guide 2022-09-07

Details

Check Text ( C-29978r489805_chk )
Check the ownership of the services file.

Procedure:
# ls -lL /etc/services

If the services file is not owned by root or bin, this is a finding.
Fix Text (F-29966r489806_fix)
Change the ownership of the services file to root or bin.

Procedure:
# chown root /etc/services