Previous Topic: Sample: Use CA Top Secret to Configure CA Chorus Started Task User PermissionsNext Topic: Define the Restart Policies for the Started Tasks


Sample: Use IBM RACF to Configure CA Chorus Started Task User Permissions

This example shows how to use IBM RACF commands to configure the started task user permissions.

For detailed information about these commands, see the IBM RACF documentation.

Follow these steps:

  1. Activate the facility:
    SETROPTS GENERIC(FACILITY)
    
  2. Define the ARM resource to the ARM facility:
    RDEFINE FACILITY IXCARM.* UACC(NONE)
    
  3. Give the STC ID access to this facility:
    PERMIT IXCARM.* CLASS(FACILITY) ID(stc-userid) ACCESS(READ,UPDATE)
    
  4. Activate your changes:
    SETROPTS RACLIST(FACILITY) REFRESH
    

    The started task can use ARM.