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 z/OS VSS for RACF Security Technical Implementation Guide

V-224545

CAT II (Medium)

Vanguard Security Solutions resources must be properly defined and protected.

Rule ID

SV-224545r1145011_rule

STIG

z/OS VSS for RACF Security Technical Implementation Guide

Version

V7R2

CCIs

CCI-000213CCI-002234

Discussion

Program products can run with sensitive system privileges, and potentially can circumvent system controls. Failure to properly control access to program product resources could result in the compromise of the operating system environment, and compromise the confidentiality of customer data. Many utilities assign resource controls that can be granted to systems programmers only in greater than read authority. Resources are also granted to certain nonsystems personnel with read only authority.

Check Content

Refer to the following report produced by the Data Set and Resource Data Collection:

- SENSITVE.RPT(FACILITY).
- RACFCMDS.RPT(FACILITY) - Alternate report.

Automated Analysis
Refer to the following report produced by the Data Set and Resource Data Collection:

- PDI(ZVSS0020)

Verify that the accesses to resources and/or generic equivalent are properly restricted according to the requirements specified in Vanguard Security Solutions Resources table in the z/OS STIG Addendum. If the following guidance is true, this is not a finding.

The RACF resources are defined with a default access of NONE.

The RACF resource access authorizations restrict access to the appropriate personnel.

The RACF resource logging requirements are specified.

The RACF resource access authorizations are defined with UACC(NONE) and NOWARNING.

The RACF resource VSR$.SCOPE allowed READ access when approved and documented by ISSM  or equivalent Security Authority.

Fix Text

Configure ACP resource definitions in accordance with Vanguard Security Solutions Resources and Vanguard Security Solutions Resources Descriptions tables in the z/OS STIG Addendum. These tables list the resources, descriptions, and access and logging requirements. Ensure the guidelines for the resources and/or generic equivalent specified in the z/OS STIG Addendum are followed.

(Note: The resources, and/or resource prefixes identified below are examples of a possible installation. The actual resources, and/or resource prefixes are determined when the product is actually installed on a system through the product's installation guide and can be site specific.)

The following commands are provided as a sample for implementing resource controls: 

rdef facility vra$.acstask.** uacc(none) owner(admin) -
audit(all(read)) -
data('protected per zvssr020')

pe vra$.acstask.** cl(facility) id(<audtaudt>) acc(read)
pe vra$.acstask.** cl(facility) id(<secaaudt>) acc(read)   
Sample scope definition:
rdef facility vsr$.** uacc(none) owner(admin) audi(a(r)) -      
 data('deny-by-default for Vanguard Advisor Reporter')          
rdef facility vsr$.scope uacc(none) owner(admin) -              
 audit(a(u)) data('Vanguard Advisor Reporter Auth Scope')