{"stig":{"title":"z/OS CA 1 Tape Management for ACF2 Security Technical Implementation Guide","version":"7","release":"2"},"checks":[{"vulnId":"V-224256","ruleId":"SV-224256r1141344_rule","severity":"medium","ruleTitle":"CA 1 Tape Management system password will be changed from the default.","description":"CA 1 Tape Management default system password is common with all CA 1 systems. With this password, CA 1 tape processing can be deactivated. This could allow for unauthorized access to information stored on tape volumes and the CA 1 Tape Management Catalog (TMC). The result may threaten the integrity and availability of the CA 1 Tape Management System, and compromise the confidentiality of customer data.","checkContent":"Refer to the following reports produced by the z/OS Data Collection:\n\n- CA1RPT(TMSTMVT) - for r11.5 and below.\n- CA1RPT(TMOOPTxx) - for r12.0 and above.\n\nAutomated Analysis\nRefer to the following report produced by the z/OS Data Collection:\n\n- PDI(ZCA10041).\n\nFor r11.5 and below, refer to offset x'18' from the beginning of module TMSTMVT. For r12.0 and above, refer to the SHUTDWN option specified in the TMOOPTxx. The TMOOPTxx member is specified in the TMOSYSxx member in the dataset allocated by the TMSPARM DD statement in the TMSINIT STC. If the default CA 1 system password is not being utilized, this is not a finding.\n\nNote: The default system password for CA 1 provided by CA is CA1(TMS). The default system passwords provided by SSO are SSOCA1DF and SSOC@1DF.","fixText":"The systems programmer/ISSO will ensure that the CA 1 system password is changed from the vendor default system password.\n\nVerify upon installation that the password is not the same as the default password and user distributed with the original installation default.\n\nFor r11.5 and below, refer to offset x'18' from the beginning of module TMSTMVT.\n\nFor r12.0 and above, refer to the SHUTDWN option specified in the TMOOPTxx. The TMOOPTxx member is specified in the TMOSYSxx member in the dataset allocated by the TMSPARM DD statement in the TMSINIT STC.\n\nNote: The default system password for CA 1 provided by CA is CA1(TMS). The default system passwords provided by SSO are SSOCA1DF and SSOC@1DF.","ccis":["CCI-000381"]},{"vulnId":"V-224257","ruleId":"SV-224257r1141347_rule","severity":"medium","ruleTitle":"CA 1 Tape Management user exits, when in use, must be reviewed and/or approved.","description":"CA 1 Tape Management user exits, TMSUXnA and TMSUXnS, provide the capability to bypass or modify existing ACP controls. A review and evaluation of exit code must be performed to ensure that the integrity of the CA 1 processing environment is kept intact. Unauthorized usage of these exits may compromise the confidentiality and integrity of customer data.","checkContent":"Refer to the following report produced by the z/OS Data Collection:\n\n- CA1RPT(TMSCKLVL).\n\nDetermine if CA 1 user exits TMSUXnA and TMSUXnS (for r11.5 and below) or TMSXITA and TMSXITS (for r12.0 and above) are active.\n\nIf both CA 1 user exits are not found, this is not a finding.\n\nIf one or both user exits are installed and the following requirements are true, this is not a finding:\n\nThe usage and function of the user exit(s) is fully documented.\n\nThe use of the user exit(s) is approved.\n\nAll associated documentation is on file with the ISSO.","fixText":"Ensure that the site ISSO has reviewed, evaluated, and approved the usage of CA 1 user exits TMSUXnA and TMSUXnS (for r11.5 and below) or TMSXITA and TMSXITS (for r12.0 and above). If one or both user exits are installed, the following requirements will be followed:\n\nThe usage and function of the user exit(s) is fully documented.\n\nThe use of the user exit(s) is approved.\n\nAll associated documentation is on file with the ISSO.","ccis":["CCI-001744"]},{"vulnId":"V-224258","ruleId":"SV-224258r1141350_rule","severity":"medium","ruleTitle":"CA 1 Tape Management installation datasets must be properly protected.","description":"CA 1 Tape Management installation datasets have the ability to use privileged functions and/or have access to sensitive data. Failure to properly restrict access to these datasets could result in violating the integrity of the base product which could result in compromising the operating system or sensitive data.","checkContent":"Refer to the following report produced by the dataset and Resource Data Collection:\n\n- SENSITVE.RPT(CA1PROD).\n\nAutomated Analysis\nRefer to the following report produced by the dataset and Resource Data Collection:\n\n- PDI(ZCA10000).\n\nVerify that the accesses to the CA 1 Tape Management installation datasets are properly restricted. If the following guidance is true, this is not a finding.\n\nThe ACF2 dataset rules for the datasets restrict READ access to all authorized users.\n\nThe ACF2 dataset rules for the datasets restrict WRITE and/or greater access to systems programming personnel.\n\nThe ACF2 dataset rules for the datasets specify that all (i.e., failures and successes) WRITE and/or greater access is logged.","fixText":"Ensure that WRITE and/or greater access to CA 1 Tape Management installation datasets is limited to systems programmers only, and all WRITE and/or greater access is logged. READ access can be given to all authorized users.\n\nThe installing systems programmer will identify and document the product datasets, categorize them according to who will have WRITE and/or greater access, and if required, ensure that all WRITE and/or greater access is logged. The installing systems programmer will identify if any additional groups have WRITE and/or greater access for specific datasets, and once documented will work with the ISSO to ensure that they are properly  restricted to the ACP (Access Control Program) active on the system.\n\nThe following is an example of the type of datasets to be protected:\n\nSYS2.CA1.\nSYS2A.CA1.*.CAILIB\nSYS2A.CA1.*.CAILPA\nOr\nSYS2A.CA1.*.CTAPLINK\nSYS3.CA1.\nSYS3A.CA1.*.CAILIB\nOr\nSYS3A.CA1.*.CTAPLINK\nSYS3A.CA1.*.CTAPLPA\n\nThe following commands are provided as a sample for implementing dataset controls:\n\n$KEY(S2C)\n$PREFIX(SYS2)\nCA1.V-.- UID(syspaudt) R(A) W(L) A(L) E(A)\nCA1.V-.- UID(authorized users/*) R(A) E(A)\n\nSET RULE\nCOMPILE 'ACF2.MVA.DSNRULES(S2C)' STORE\n\n$KEY(SYS2A0C)\n$MODE(ABORT)\n$PREFIX(SYS2A)\nCA1.V-.CAILIB UID(syspaudt) R(A) W(L) A(L) E(A)\nCA1.V-.CAILIB UID(authorized users/*) R(A) E(A)\nCA1.V-.CAILPA UID(syspaudt) R(A) W(L) A(L) E(A)\nCA1.V-.CAILPA UID(authorized users/*) R(A) E(A)\nOr\nCA1.V-. CTAPLINK UID(syspaudt) R(A) W(L) A(L) E(A)\nCA1.V-. CTAPLINK UID(authorized users/*) R(A) E(A)\n\nSET RULE\nCOMPILE 'ACF2.MVA.DSNRULES(SYS2A0C)' STORE\n\n$KEY(S3C)\n$PREFIX(SYS3)\nCA1.V-.- UID(syspaudt) R(A) W(L) A(L) E(A)\nCA1.V-.- UID(authorized users/*) R(A) E(A)\n\nSET RULE\nCOMPILE 'ACF2.MVA.DSNRULES(S3C)' STORE\n\n$KEY(SYS3A0C)\n$MODE(ABORT)\n$PREFIX(SYS3A)\nCA1.V-.CAILIB UID(syspaudt) R(A) W(L) A(L) E(A)\nCA1.V-.CAILIB UID(authorized users/*) R(A) E(A)\nOr\nCA1.V-. CTAPLINK UID(syspaudt) R(A) W(L) A(L) E(A)\nCA1.V-. CTAPLINK UID(authorized users/*) R(A) E(A)\nCA1.V-. CTAPLPA UID(syspaudt) R(A) W(L) A(L) E(A)\nCA1.V-. CTAPLPA UID(authorized users/*) R(A) E(A)\n\nSET RULE\nCOMPILE 'ACF2.MVA.DSNRULES(SYS3A0C)' STORE","ccis":["CCI-001499","CCI-002234"]},{"vulnId":"V-224259","ruleId":"SV-224259r1141353_rule","severity":"medium","ruleTitle":"CA 1 Tape Management STC datasets must be properly protected.","description":"CA 1 Tape Management STC datasets have the ability to use privileged functions and/or have access to sensitive data. Failure to properly restrict access to these datasets could result in violating the integrity of the base product which could result in compromising the operating system or sensitive data.","checkContent":"Refer to the following report produced by the ACF2 Data Collection and dataset and Resource Data Collection:\n\n- SENSITVE.RPT(CA1STC).\n\nAutomated Analysis\nRefer to the following report produced by the dataset and Resource Data Collection:\n\n- PDI(ZCA10001).\n\nVerify that the accesses to CA1 Tape Management Started Tasks (STCs) datasets are properly restricted. If the following guidance is true, this is not a finding.\n \nThe ACF2 dataset access authorizations restrict READ access to auditors.\n\nThe ACF2 dataset access authorizations restrict WRITE and/or greater access to systems programming personnel.\n\nThe ACF2 dataset access authorizations restrict WRITE and/or greater access to CA1 Tape Management STCs and/or batch users.","fixText":"Ensure that WRITE and/or greater access to CA1 Tape management STC datasets is limited to systems programmers and/or CA1 Tape management STC(s) and/or batch user(s) only.\n\n(Note: The datasets and/or dataset prefixes identified below are examples of a possible installation. The actual datasets and/or prefixes are determined when the product is installed on a system through the product's installation guide and can be site specific.)\n\nDatasets to be protected will be: \nCA1.TMS*  (Datasets that are altered by the product's STCs can be more specific.)\n\nThe following commands are provided as a sample for implementing dataset controls: \n\n$KEY(SYS3)\nCA1.TMS*.**- UID(<syspaudt>) R(A) W(A) A(A) E(A)\nCA1.TMS*.**- UID(<Tape Management STCs and/or batch users >) R(A) W(A) A(A) E(A)\nCA1.TMS*.**- UID(<audtaudt>) R(A) E(A)","ccis":["CCI-001499"]},{"vulnId":"V-224260","ruleId":"SV-224260r1141356_rule","severity":"medium","ruleTitle":"CA 1 Tape Management TMC, AUDIT and optional RDS and VPD datasets will be properly protected.","description":"CA 1 Tape Management TMC and AUDIT and optional datasets control the operations and access to the tape management system, and site specific information regarding tape volumes. Unauthorized access to these datasets could threaten the integrity and availability of the CA 1 Tape Management System, and compromise the confidentiality of customer data.","checkContent":"Refer to the following report produced by the dataset and Resource Data Collection:\n\n- SENSITVE.RPT(CA1RPT).\n\nAutomated Analysis\nRefer to the following report produced by the dataset and Resource Data Collection:\n\n- PDI(ZCA10003).\n\nVerify that all CA 1 Tape Management TMC, AUDIT, and optional RDS and VPD datasets are properly protected. If the following guidance is true, this is not a finding.\n\nThe ACF2 dataset access authorizations restrict READ access to application support personnel, production control and scheduling personnel, operations personnel, and auditors.\n\nThe ACF2 dataset access authorizations restrict WRITE and/or greater access to only systems programming personnel and tape management personnel.\n\nThe ACF2 dataset access authorizations restrict UPDATE access to CA 1 batch production jobs and CA 1 started tasks.\n\nThe ACF2 dataset access authorizations specify that all (i.e., failures and successes) ALTER access are logged.","fixText":"The ISSO will ensure that WRITE and/or greater access to CA 1 TMC, AUDIT, and optional RDS and VPD datasets is limited to only systems programming personnel and tape management personnel. UPDATE access can be given to CA 1 STCs and/or batch users. READ access can be given to application support personnel, production control and scheduling personnel, operations personnel, and auditors. ALTER access will be logged.\n\nThe installing systems programmer will identify and document the product datasets, categorize them according to who will have WRITE and/or greater access, and if required, ensure that all WRITE and/or greater access is logged. The installing systems programmer will identify if any additional groups have WRITE and/or greater access for specific datasets, and once documented will work with the ISSO to ensure they are properly restricted to the ACP (Access Control Program) active on the system.\n\n(Note: The datasets and/or dataset prefixes identified below are examples of a possible installation. The actual datasets and/or prefixes are determined when the product is installed on a system through the product's installation guide and can be site specific.)\n\nDue to the unique file structure of the TMC and Audit datasets, CA 1 uses the YSVC programs to handle all direct I/O activity. Because standard OPEN/CLOSE macros are not used, typical dataset security checks are not performed. Even if a user does not have READ access to these datasets, the YSVC programs can enable that user to read and update records within these files. Therefore, control READ access to the TMC and Audit datasets by the YSVCUNCD and YSVCCOND resource names. Typical users should be restricted to conditional READ access.\n\nRestrict CA 1 batch production jobs and CA 1 started tasks to the following access authority: Unconditional READ and UPDATE access to the TMC, Audit, Retention, and Vault Pattern Description datasets. Note: READ and UPDATE access to the TMC and Audit datasets are controlled by the YSVCUNCD and YSVCCOND resource names, and by standard ACP dataset controls, because some CA 1 utilities use conventional OPEN/CLOSE methods.\n\nThe following commands are provided as a sample for implementing dataset controls:\n\nSET RULE\n$KEY(S3C)\n$PREFIX(SYS3)\nCA1.AUDIT UID(<audtaudt>) R(A) E(A)\nCA1.AUDIT UID(<operaudt>) R(A) E(A)\nCA1.AUDIT UID(<pcspaudt>) R(A) E(A)\nCA1.AUDIT UID(CA1 STCs) R(A) W(A) E(A)\nCA1.AUDIT UID(<syspaudt>) R(A) W(A) A(L) E(A)\nCA1.AUDIT UID(<tapeaudt>) R(A) W(A) A(L) E(A)\nCA1.AUDIT UID(<tstcaudt>) R(A) W(A) A(L) E(A)\nCA1.RDS UID(<syspaudt>) R(A) W(A) A(L) E(A)\nCA1.RDS UID(<tapeaudt>) R(A) W(A) A(L) E(A)\nCA1.RDS UID(<tstcaudt>) R(A) W(A) A(L) E(A)\nCA1.TMC UID(<appsaudt>) R(A) E(A)\nCA1.TMC UID(<audtaudt>) R(A) E(A)\nCA1.TMC UID(<operaudt>) R(A) E(A)\nCA1.TMC UID(<pcspaudt>) R(A) E(A)\nCA1.TMC UID(CA1 STCs) R(A) W(A) E(A)\nCA1.TMC UID(<syspaudt>) R(A) W(A) A(L) E(A)\nCA1.TMC UID(<tapeaudt>) R(A) W(A) A(L) E(A)\nCA1.TMC UID(<tstcaudt>) R(A) W(A) A(L) E(A)\nCA1.VPD UID(<syspaudt>) R(A) W(A) A(L) E(A)\nCA1.VPD UID(<tapeaudt>) R(A) W(A) A(L) E(A)\nCA1.VPD UID(<tstcaudt>) R(A) W(A) A(L) E(A)","ccis":["CCI-001499","CCI-002234"]},{"vulnId":"V-224261","ruleId":"SV-224261r1141358_rule","severity":"medium","ruleTitle":"CA 1 Tape Management command resources must be properly defined and protected.","description":"CA 1 Tape Management can run with sensitive system privileges, and potentially can circumvent system controls. Failure to properly control access to 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 non systems personnel with read only authority.\n\nOn-line applications offer the capabilities to directly access the CA 1 Tape Management Catalog (TMC) for query and update purposes. CA 1 special tape handling privileges offer the ability to process special tape requirements, such as BLP and foreign tapes. Uncontrolled access to these CA 1 features and facilities may threaten the integrity and availability of the CA 1 tape management system, and compromise the confidentiality of customer data.","checkContent":"Refer to the following report produced by the ACF2 Data Collection and dataset and Resource Data Collection:\n\n- SENSITVE.RPT(CACMD).\n- ACF2CMDS.RPT(RESOURCE) - Alternate report.\n\nAutomated Analysis\nRefer to the following report produced by the dataset and Resource Data Collection:\n\n- PDI(ZCA10020).\n\nVerify that all CA 1 command resources are properly protected according to the requirements specified in CA 1 Command Resources table in the z/OS STIG Addendum. If the following guidance is true, this is not a finding.\n\nThe ACF2 resources and/or generic equivalent as designated in the above table are defined with a default access of NONE.\n\nThe ACF2 resource access authorizations restrict access to the appropriate personnel as designated in the above table.\n\nThe ACF2 resource logging is specified as designated in the above table.","fixText":"Ensure that the CA 1 Tape Management command resource access is in accordance with those outlined in CA 1 Command Resources table in the zOS STIG Addendum.\n\nUse CA 1 Command Resources and CA 1 Command Resources for ACF2 tables in the zOS STIG Addendum. These tables list the resources, access requirements, and the resource type for CA 1 Command Resources; ensure the following guidelines are followed:\n\nThe ACF2 resources and/or generic equivalent as designated in the above table are defined with a default access of NONE.\n\nThe ACF2 resource access authorizations restrict access to the appropriate personnel as designated in the above table.\n\nThe ACF2 resource logging is specified as designated in the above table.\n\nThe following commands are provided as a sample for implementing resource controls:\n\n$KEY(L0DELETE) TYPE(CAC)\nUID(tapeaudt) SERVICE(READ) ALLOW","ccis":["CCI-000213","CCI-002234"]},{"vulnId":"V-224262","ruleId":"SV-224262r1141360_rule","severity":"medium","ruleTitle":"CA 1 Tape Management function and password resources must be properly defined and protected.","description":"CA 1 Tape Management can run with sensitive system privileges, and potentially can circumvent system controls. Failure to properly control access to 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 non systems personnel with read only authority.\n\nCA 1 online applications offer the capabilities to directly access the CA 1 Tape Management Catalog (TMC) for query and update purposes. CA 1 special tape handling privileges offer the ability to process special tape requirements, such as BLP and foreign tapes. Uncontrolled access to these CA 1 features and facilities may threaten the integrity and availability of the CA 1 tape management system, and compromise the confidentiality of customer data.","checkContent":"Refer to the following report produced by the ACF2 Data Collection and dataset and Resource Data Collection:\n\n- SENSITVE.RPT(CATAPE).\n- ACF2CMDS.RPT(RESOURCE) - Alternate report.\n\nRefer to the following report produced by the z/OS Data Collection:\n\n- CA1RPT(TMSSECAB).\n- CA1RPT(TMSTMVT) - for r11.5 and below.\n- CA1RPT(TMOOPTxx) - for r12.0 and above.\n- CA1RPT(TMOSECxx) - for r12.6 and above.\n\nAutomated Analysis requiring additional analysis\nRefer to the following report produced by the dataset and Resource Data Collection:\n\n- PDI(ZCA10021).\n\nVerify that all CA 1 function and password resources are properly protected according to the requirements specified in the CA 1 Function and Password Resources table in the z/OS STIG Addendum. If the following guidance is true, this is not a finding.\n\nThe ACF2 resources and/or generic equivalent as designated in the above table are defined with a default access of NONE.\n\nThe ACF2 resource access authorizations restrict access to the appropriate personnel as designated in the above table.\n\nThe ACF2 resource logging is specified as designated in the above table.\n\nNote: CA 1 password resources may require additional analysis to verify access authorization is justified. CA 1 system password is obtained at offset x'18' from the beginning of module TMSTMVT for r11.5 and below and SHUTDWN option specified in the TMOOPTxx for r12.0 and above. CA 1 Online User Passwords can be obtained from TMSSECAB for all releases or TMOSECxx, if present, for r12.6 and above.","fixText":"Ensure that the CA 1 function and password resource access is in accordance with those outlined in CA 1 Function and Password Resources table in the zOS STIG Addendum.\n\nUse CA 1 Function and Password Resources and CA 1 Function and Password Resources for ACF2 tables in the zOS STIG Addendum. These tables list the resources, access requirements, and the resource type for CA 1 Function and Password Resources; ensure the following guidelines are followed:\n\nThe ACF2 resources and/or generic equivalent as designated in the above table are defined with a default access of NONE.\n\nThe ACF2 resource access authorizations restrict access to the appropriate personnel as designated in the above table.\n\nThe ACF2 resource logging is specified as designated in the above table.\n\nThe following commands are provided as a sample for implementing resource controls:\n\n$KEY(BLPRES) TYPE(CAT)\nUID(tapeaudt) SERVICE(READ,UPDATE) LOG\nUID(syspaudt) SERVICE(READ,UPDATE) LOG","ccis":["CCI-000213","CCI-002234"]},{"vulnId":"V-224263","ruleId":"SV-224263r1144189_rule","severity":"medium","ruleTitle":"CA 1 Tape Management Started Task name will be properly identified and/or defined to the system ACP.","description":"CA 1 Tape Management requires a started task that will be restricted to certain resources, datasets, 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.","checkContent":"Refer to the following report produced by the ACF2 Data Collection:\n\n- ACF2CMDS.RPT(ATTSTC).\n\nVerify that the logonid(s) for the CA 1 Tape Management started task(s) is (are) properly defined. If the following attributes are defined, this is not a finding.\n\nSTC","fixText":"The ISSO working with the systems programmer will ensure the CA 1 Tape Management Started Task(s) is properly identified and/or defined to the System ACP. \n\nIf the product requires a Started Task, verify that it is properly defined to the System ACP with the proper attributes.\n\nMost installation manuals will indicate how the Started Task is identified and any additional attributes that must be specified.\n\nThe following commands are provided as a sample for defining Started Task(s):\n\nSET LID\ninsert TMSINIT stc name('STC, CA 1 Tape Management')\ninsert CTS stc name('STC, CA 1 Common Tape System')","ccis":["CCI-000764"]},{"vulnId":"V-224264","ruleId":"SV-224264r1141366_rule","severity":"medium","ruleTitle":"CA 1 Tape Management external security options must be specified properly.","description":"CA 1 Tape Management offers multiple external security interfaces that are controlled by parameters specified in TMOOPT00. These interfaces provide security controls for several CA 1 system and user functions. Without proper controls of these sensitive functions, the integrity of the CA 1 Tape Management System and the confidentiality of data stored on tape volumes may be compromised.","checkContent":"Refer to the following report produced by the z/OS Data Collection:\n\n- CA1RPT(TMSSTATS).\n\nAutomated Analysis\nRefer to the following report produced by the z/OS Data Collection:\n\n- PDI(ZCA10040).\n\nCA 1 external security utilizing ACF2 is accomplished in the manner described in this section.\n\nNote: The TMOOPTxx member is specified in the TMOSYSxx member in the dataset allocated by the TMSPARM DD statement in the TMSINIT STC. By default, the suffix 00 is used for these members. However, overrides can be specified by PARM value(s) on the EXEC statement in the TMSINIT STC and/or in the TMOSYSxx member.\n\nReview the options and values of the below CA 1 parameters. If the options are set to the specified value, this is not a finding.\n\nCA 1 SECURITY OPTIONS - ACF2\nOption\tValue\nBATCH\tYES obsolete as of r12.0\nCATSEC\tNO obsolete as of r12.0\nCMD\tYES\nCREATE\tsee Note 1\nDSNB\tYES\nFUNC\tYES see Note 2\nOCEOV\tNO see Note 3\nPMASK\tDo not specify or change\nPSWD\tYES\nSCRTCH\tNO\nSECWTO\tYES\nUNDEF\tFAIL\nUX0AUPD\tNO see Note 4\nYSVC\tYES\n\nNote 1: The CREATE parameter defines the level of access that is required to create a dataset on tape. The default value is UPDATE. However, the vendor recommends the value be set to CREATE if running CA Top Secret or ACF2 and ALTER if running RACF.\n\nNote 2: The FUNC option provides supplementary security for BLP access. The tape label bypass privilege must still be specified in the ACF2 user LID record to allow access to BLP processing.\n\nNote 3: The CA 1 security option, OCEOV, is set to NO because ACF2 obtains control of dataset OPEN/CLOSE processing before the CA 1 intercept. The vendor recommends that the first security call be used and that this CA 1 control option be turned OFF. Therefore, TAPEDSN must be specified in the OPTS option in the ACF2 GSO record.\n\nNote 4: The UX0AUPD will specify YES only if the fields are altered in the TMC and the TMSUXxA (for r11.5 and below) or TMSXITA (for r12.0 and above) is changed.","fixText":"The systems programmer/ISSO will ensure that the CA 1 external security options are specified in accordance with the ACP being used. CA 1 Tape Management ACP security interfaces are controlled by options coded in the TMOOPTxx member identified in the TMOSYSxx member of the dataset allocated by the TMSPARM DD statement in the TMSINIT STC. The specific required option settings are dependent on the ACP in use on the system.\n\nCA 1 SECURITY OPTIONS - ACF2\nOption\tValue\nBATCH\tYES obsolete as of r12.0\nCATSEC\tNO obsolete as of r12.0\nCMD\tYES\nCREATE\tsee Note 1\nDSNB\tYES\nFUNC\tYES see Note 2\nOCEOV\tNO see Note 3\nPMASK\tDo not specify or change\nPSWD\tYES\nSCRTCH\tNO\nSECWTO\tYES\nUNDEF\tFAIL\nUX0AUPD\tNO see Note 4\nYSVC\tYES\n\nNote 1: The CREATE parameter defines the level of access that is required to create a dataset on tape. The default value is UPDATE. However, the vendor recommends the value be set to CREATE if running CA Top Secret or ACF2 and ALTER if running RACF.\n\nNote 2: The FUNC option provides supplementary security for BLP access. The tape label bypass privilege must still be specified in the ACF2 user LID record to allow access to BLP processing.\n\nNote 3: The CA 1 security option, OCEOV, is set to NO because ACF2 obtains control of dataset OPEN/CLOSE processing before the CA 1 intercept. The vendor recommends that the first security call be used and that this CA 1 control option be turned OFF. Therefore, TAPEDSN must be specified in the OPTS option in the ACF2 GSO record.\n\nNote 4: The UX0AUPD will specify YES only if fields are altered in the TMC and the TMSUXxA (for r11.5 and below) or TMSXITA (for r12.0 and above) is changed.","ccis":["CCI-000381"]}]}