Previous Topic: How to Set Up SCS Address Space Security

Next Topic: Configure Pass Tickets


Set Up SCS Address Space Security

Set up security for the SCS address space in CA Top Secret for z/OS.

Follow these steps:

  1. Enter the following command to add the resource class to the RDT:
    TSS ADDTO(RDT) RESCLASS(CAMSM) ATTR(MASK) MAXLEN(246)
    TSS REPL(RDT) RESCLASS(CAMSM)
                     ACLST(READ=4000,UPDATE=8000,CONTROL=0400,NONE=0000)
                     DEFACC(READ)
    
  2. Enter the following command to create a CA CSM departmental ACID:
    TSS CREATE(MSMDPT) NAME('CA CSM Department') TYPE(USER)
    
  3. Enter the following command to define the resource profiles within the CAMSM class:
    TSS ADDTO(MSMDPT) CAMSM(SCSAS.CONNECT)
    
  4. Enter the following command to create a CA Top Secret for z/OS profile.
    TSS CREATE(SCSPRF1) NAME('CA CSM SCS AS PROFILE')   
    DEPT(MSMDPT)   TYPE(PROFILE)
    
  5. Enter the following command to permit the resource to access the profile:
    TSS PERMIT(SCSPRF1) CAMSM(SCSAS.CONNECT)   ACCESS(READ)
    
  6. Enter the following command to assign the profile to the ACID:
    TSS ADDTO(userid) PROFILE(SCSPRF1)    
    
    userid

    Specifies the user ID assigned to the SCS address space.