STIGhubSTIGhub
STIGsSearchCompare

STIGhub

A free tool to search and browse the entire DISA STIG library. Saves up to 75% in security compliance research time.

Navigation

  • Browse STIGs
  • Search
  • Compare Versions

Resources

  • About
  • Release Notes
  • VPAT
  • DISA STIG Library
STIGs updated 3 hours ago
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to VMware vSphere 7.0 vCenter Appliance Photon OS Security Technical Implementation Guide

V-256545

CAT II (Medium)

The Photon operating system must create a home directory for all new local interactive user accounts.

Rule ID

SV-256545r991589_rule

STIG

VMware vSphere 7.0 vCenter Appliance Photon OS Security Technical Implementation Guide

Version

V1R4

CCIs

CCI-000366

Discussion

If local interactive users are not assigned a valid home directory, there is no place for the storage and control of files they should own.

Check Content

At the command line, run the following command:

# grep -i "^create_home" /etc/login.defs

If there is no output or the output does not equal "CREATE_HOME     yes", this is a finding.

Fix Text

Navigate to and open:

/etc/login.defs

Ensure the following is present and any existing "CREATE_HOME" line is removed:

CREATE_HOME     yes