STIGhubSTIGhub
STIGsRMF ControlsCompare
STIGhub— A free STIG search and compliance tool·STIGs updated 3 days ago
Powered by Pylon·Privacy·Terms·© 2026 Beacon Cloud Solutions, Inc.
← Back to Solaris 11 x86 Security Technical Implementation Guide

V-216201

CAT II (Medium)

The root account must be the only account with GID of 0.

Rule ID

SV-216201r603268_rule

STIG

Solaris 11 x86 Security Technical Implementation Guide

Version

V2R10

CCIs

V-48035

Discussion

All accounts with a GID of 0 have root group privileges and must be limited to the group account only.

Check Content

Identify any users with GID of 0.

# awk -F: '$4 == 0' /etc/passwd
# awk -F: '$3 == 0' /etc/group
Confirm the only account with a group id of 0 is root.

If the root account is not the only account with GID of 0, this is a finding.

Fix Text

The root role is required.

Change the default GID of non-root accounts to a valid GID other than 0.