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 VMware Automation 7.x Application Security Technical Implementation Guide

V-239848

CAT II (Medium)

The vRealize Automation security file must be restricted to the vcac user.

Rule ID

SV-239848r879717_rule

STIG

VMware Automation 7.x Application Security Technical Implementation Guide

Version

V1R2

CCIs

CCI-002235

Discussion

Preventing non-privileged users from executing privileged functions mitigates the risk that unauthorized individuals or processes may gain unnecessary access to information or privileges. The vRealize Automation product stores important system information in the security.properties file. Preventing access to this file from non-privileged is essential to ensure the integrity and confidentiality of vRA.

Check Content

At the command prompt, execute the following command:

ls -l /etc/vcac/security.properties

If the file owner and group-owner are not "vcac", this is a finding.

Fix Text

At the command prompt, execute the following commands:

chown vcac:vcac /etc/vcac/security.properties