Previous Topic: How to Set Up User Security

Next Topic: Define Security Profiles


Define the CAMSM Resource Class

Before you can use the CA CSM resource profiles, you define the CAMSM class that contains the profiles to CA Top Secret for z/OS.

Note: CAMSM is the default name of the SAF resource class. Your system may use a different name depending on your CA CSM installation.

Follow these steps:

  1. Issue the following commands:
    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. Issue the following commands to define resource profiles within the CAMSM class:
    TSS ADDTO(MSMDPT) CAMSM(LOGON)
    TSS ADDTO(MSMDPT) CAMSM(ADMIN.)
    TSS ADDTO(MSMDPT) CAMSM(SC.)
    TSS ADDTO(MSMDPT) CAMSM(SMPE.)
    TSS ADDTO(MSMDPT) CAMSM(SYSREG.)
    TSS ADDTO(MSMDPT) CAMSM(METHOD.)
    TSS ADDTO(MSMDPT) CAMSM(DEPLOY.)
    TSS ADDTO(MSMDPT) CAMSM(CONFIG.)
    TSS ADDTO(MSMDPT) CAMSM(TM.)
    

Note: You deny or grant access to CA CSM using resource profiles.