UCF STIG Viewer Logo

System files, programs, and directories must be group-owned by a system group.


Overview

Finding ID Version Rule ID IA Controls Severity
V-226492 GEN001240 SV-226492r603265_rule Medium
Description
Restricting permissions will protect the files from unauthorized modification.
STIG Date
Solaris 10 SPARC Security Technical Implementation Guide 2020-12-04

Details

Check Text ( C-28653r482861_chk )
Check the group ownership of system files, programs, and directories.

Procedure:
# ls -lLa /etc /bin /usr/bin /usr/lbin /usr/ucb /sbin /usr/sbin

If any system file, program, or directory is not group-owned by a system group, this is a finding.
Fix Text (F-28641r482862_fix)
Change the group owner of system files to a system group.

Procedure:
# chgrp root /path/to/system/file

(System groups other than root may be used.)