z/OS TADz for TSS STIG Version Comparison
z/OS TADz for TSS Security Technical Implementation Guide
Comparison
There are 1 differences between versions v6 r6 (April 22, 2016) (the "left" version) and v7 r1 (April 2, 2025) (the "right" version).
Check ZTADT000 was changed between these two versions. Green, underlined text was added, red, struck-out text was removed.
The regular view of the left check and right check may be easier to read.
Text Differences
Title
Tivoli Asset Discovery for z/OS (TADz) Install install data sets are not properly protected.
Check Content
a) Refer Refer to the following report produced by the Data Set and Resource Data Collection: - SENSITVE.RPT(TADZRPT) Automated Analysis Refer to the following report produced by the Data Set and Resource Data Collection: - PDI(ZTAD0000) b) Verify Collection: - PDI(ZTAD0000) Verify that access to the TADz Install data sets are properly restricted. ___ The restricted. The TSS data set rules for the data sets does not restrict UPDATE and/or ALTER access to systems programming personnel. ___ The personnel. The TSS data set rules for the data sets does not specify that all (i.e., failures and successes) UPDATE and/or ALTER access will be logged. c) If logged. If all of the above are untrue, there this is NO FINDING. d) If not a finding. If any of the above is true, this is a FINDING. finding.
Discussion
Tivoli Asset Discovery for z/OS (TADz) Install 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 product, which could result in compromising the operating system or sensitive data.
Fix
The IAO ISSO will ensure that update and allocate/create access to program product data sets is limited to System system Programmers programmers only, and all update and allocate/create access is logged. Auditors should have read access. The installing Systems systems Programmer programmer will identify and document the product data sets and categorize them according to who will have update and allocate/create access and if required that all update and allocate/create access is logged. He The installing systems programmer will identify if any additional groups have update access for specific data sets, and once documented documented, he will work with the IAO ISSO to ensure see that they are properly restricted to the ACP (Access Access Control Program ) (ACP) active on the system. Data sets to be protected will be: SYS2.TADZ SYS2.TADZ .V-.SHSIMOD1 (optional fully-qualified APF). SYS3.TADZ The following commands are provided as a sample for implementing dataset controls: TSS PERMIT(syspaudt) DSN(SYS2.TADZ.) ACCESS(R) TSS PERMIT(syspaudt) DSN(SYS2.TADZ.) ACCESS(ALL) ACTION(AUDIT) TSS PERMIT(audtaudt) DSN(SYS2.TADZ.) ACCESS(R) TSS PERMIT(syspaudt) DSN(sys2.tadz.*.shsimod1) ACCESS(R) TSS PERMIT(syspaudt) DSN(sys2.tadz.*.shsimod1) ACCESS(ALL) ACTION(AUDIT) TSS PERMIT(audtaudt) DSN(SYS2.TADZ.*.shsimod1) ACCESS(R) TSS PERMIT(syspaudt) DSN(SYS3.TADZ.) ACCESS(R) TSS PERMIT(syspaudt) DSN(SYS3.TADZ.) ACCESS(ALL) ACTION(AUDIT) TSS PERMIT(audtaudt) DSN(SYS3.TADZ.) ACCESS(R)