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 TADz for TSS Security Technical Implementation Guide

V-225609

CAT II (Medium)

Tivoli Asset Discovery for zOS (TADz) STC and/or batch data sets are not properly protected.

Rule ID

SV-225609r1146157_rule

STIG

z/OS TADz for TSS Security Technical Implementation Guide

Version

V7R2

CCIs

CCI-001499

Discussion

Tivoli Asset Discovery for zOS (TADz) STC and/or batch data sets provide the capability to use privileged functions and/or have access to sensitive data. Failure to properly restrict access to their data sets could result in violating the integrity of the base product which could result in compromising the operating system or sensitive data.

Check Content

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

- SENSITVE.RPT(TADZSTC)

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

- PDI(ZTAD0001).

Verify that access to the TADz STC and/or batch data sets are properly restricted. If the following guidance is true, this is not a finding.

The TSS data set rules for the data sets restrict WRITE and/or greater access is restricted to systems programming personnel and the product STC(s) and/or batch job(s).

The TSS data set rules for the data sets restrict READ access is restricted to any job scheduling products that are in use and auditors.

Fix Text

Grant WRITE and/or greater access to Tivoli Asset Discovery for z/OS (TADz) STC and/or batch data sets are limited to systems programmers and TADz STC and/or batch jobs only. 

Grant READ access to any scheduling products that are in use.
 
Grant READ access to auditors at the ISSO's discretion.

Identify and document the product data sets and categorize them according to who will have WRITE and/or greater access and if required that all WRITE and/or greater access is logged. Identify if any additional groups have UPDATE access for specific data sets, and assure that they are properly restricted to the Access Control Program (ACP) active on the system.

Data sets to be protected will be:
SYS3.TADZ

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

TSS PERMIT(syspaudt) DSN(sys3.tadz.*.iq*.) ACCESS(R)
TSS PERMIT(tadzmon) DSN(sys3.tadz.*.iq*.) ACCESS(R)
TSS PERMIT(tadzinq) DSN(sys3.tadz.*.iq*.) ACCESS(R)
TSS PERMIT(syspaudt) DSN(sys3.tadz.*.iq*.) ACCESS(ALL)
TSS PERMIT(tadzmon) DSN(sys3.tadz.*.iq*.) ACCESS(ALL)
TSS PERMIT(tadzinq) DSN(sys3.tadz.*.iq*.) ACCESS(ALL)
TSS PERMIT(syspaudt) DSN(sys3.tadz.*.uiq.) ACCESS(R)
TSS PERMIT(tadzmon) DSN(sys3.tadz.*.uiq.) ACCESS(R)
TSS PERMIT(tadzinq) DSN(sys3.tadz.*.uiq.) ACCESS(R)
TSS PERMIT(syspaudt) DSN(sys3.tadz.*.uiq.) ACCESS(ALL)
TSS PERMIT(tadzmon) DSN(sys3.tadz.*.uiq.) ACCESS(ALL)
TSS PERMIT(tadzinq) DSN(sys3.tadz.*.uiq.) ACCESS(ALL)
TSS PERMIT(syspaudt) DSN(sys3.tadz.*.um.) ACCESS(R)
TSS PERMIT(tadzmon) DSN(sys3.tadz.*.um.) ACCESS(R)
TSS PERMIT(tadzinq) DSN(sys3.tadz.*.um.) ACCESS(R)
TSS PERMIT(syspaudt) DSN(sys3.tadz.*.um.) ACCESS(ALL)
TSS PERMIT(tadzmon) DSN(sys3.tadz.*.um.) ACCESS(ALL)
TSS PERMIT(tadzinq) DSN(sys3.tadz.*.um.) ACCESS(ALL)