CA MIM Resource Sharing Started Task name will be properly identified and/or defined to the system ACP.
Overview
| Finding ID | Version | Rule ID | IA Controls | Severity |
| V-224630 | ZMIMT030 | SV-224630r1146065_rule | CCI-000764 | medium |
| Description | ||||
| CA MIM Resource Sharing requires a started task that will be restricted to certain resources, data sets, and other system functions. Defining the started task as a userid to the system ACP allows the ACP to control the access and authorized users that require these capabilities. Failure to properly control these capabilities could compromise the operating system environment, ACP, and customer data. | ||||
| STIG | Date | |||
| z/OS CA MIM for TSS Security Technical Implementation Guide | 2025-09-28 | |||
Details
Check Text (C-224630r1146065_chk)
Refer to the following report produced by the TSS Data Collection:
- TSSCMDS.RPT(@ACIDS).
Review CA MIM Resource Sharing STC/Batch ACID(s). If the following attributes are defined, this is not a finding.
FACILITY(STC, BATCH)
PASSWORD(xxxxxxxx,0)
SOURCE(INTRDR)
NOSUSPEND
Fix Text (F-26301r1146064_fix)
The ISSO working with the systems programmer will ensure the CA MIM Resource Sharing Started Task(s) is properly identified and/or defined to the system ACP.
If the product requires a Started Task, verify that it is properly defined to the system ACP with the proper attributes.
Most installation manuals will indicate how the Started Task is identified and any additional attributes that must be specified.
The following commands are provided as a sample for defining Started Task(s):
TSS CREATE(MIMGR) TYPE(USER) -
NAME('STC, CA MIM') DEPT(xxxx) -
FAC(STC,BATCH) PASS(xxxxxxxx,0) -
SOURCE(INTRDR) NOSUSPEND