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-216187

CAT III (Low)

All user accounts must be configured to use a home directory that exists.

Rule ID

SV-216187r959010_rule

STIG

Solaris 11 X86 Security Technical Implementation Guide

Version

V3R5

CCIs

CCI-000366

Discussion

If the user's home directory does not exist, the user will be placed in "/" and will not be able to write any files or have local environment variables set.

Check Content

The root role is required.

Check if a GUI is installed.

Determine the OS version you are currently securing:. 
# uname –v

For Solaris 11, 11.1, 11.2, and 11.3:
# pkg info gdm
# pkg info coherence-26
# pkg info coherence-27

If none of these packages are installed on the system, then no GUI is present.
For Solaris 11.4 or newer:
# pkg info gdm

If gdm is not installed on the system, then no GUI is present.

# pkg info uucp

uucp is no longer installed by default starting in 11.4 and is deprecated. 

For all versions, check that all users' home directories exist.

# pwck

Accounts with no home directory will output "Login directory not found".

If no GUI is present, then "gdm" and "upnp" accounts should generate errors. On all systems, with uucp package installed, the "uucp" and "nuucp" accounts should generate errors.

If users' home directories do not exist, this is a finding.

Fix Text

The root role is required.

Work with users identified in the check step to determine the best course of action in accordance with site policy. This generally means deleting the user account or creating a valid home directory.