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 vRealize Operations Manager 6.x SLES Security Technical Implementation Guide

V-239577

CAT II (Medium)

The SLES for vRealize must audit all account-disabling actions.

Rule ID

SV-239577r662182_rule

STIG

VMware vRealize Operations Manager 6.x SLES Security Technical Implementation Guide

Version

V2R2

CCIs

CCI-001404

Discussion

When SLES for vRealize accounts are disabled, user accessibility is affected. Accounts are utilized for identifying individual users or for identifying the SLES for vRealize processes themselves. In order to detect and respond to events affecting user accessibility and system processing, SLES for vRealize must audit account disabling actions and, as required, notify the appropriate individuals so they can investigate the event. Such a capability greatly reduces the risk that SLES for vRealize accessibility will be negatively affected for extended periods of time and provides logging that can be used for forensic purposes. To address access requirements, many SLES for vRealize systems can be integrated with enterprise-level authentication/access/auditing mechanisms that meet or exceed access control policy requirements.

Check Content

Determine if execution of the "passwd" executable is audited: 

# auditctl -l | grep watch=/usr/bin/passwd 

If "/usr/bin/passwd" is not listed with a permissions filter of at least "x", this is a finding.

Fix Text

Configure SLES for vRealize to automatically audit account-disabling actions by running the following command:

# /etc/dodscript.sh

OR

# echo '-w /usr/bin/passwd -p x -k passwd' >> /etc/audit/audit.rules

Restart the auditd service. 

# service auditd restart