Previous Topic: CAVAPPL Resource Class—Secure CAVAPPL for CAVMANNext Topic: CBIND Resource Class—Secure CBIND for z/OS Objects


Examples: CAVAPPL resource class

This example protects the resource with CA Top Secret by assigning ownership to the Corporate Department(owning acid):

TSS ADDTO(CORPORAT) CAVAPPL(APPLABCD)

The administration may now PERMIT access to users or profiles that require access.

This example removes ownership:

TSS REMOVE(CORPORAT) CAVAPPL(APPLABCD)

This example permits users in the Technical Services Department to access APPLABCD.XXXXXXXX on Fridays only:

TSS PERMIT(TECHPROF) CAVAPPL(APPLABCD.XXXXXXXX)
                     DAYS(FRIDAY)

This example permits users in the Technical Services Department to access APPLABCD.XXXXXXXX.

TSS PERMIT(TECHPROF) CAVAPPL(APPLABCD.XXXXXXXX)

This example revokes access:

TSS REVOKE(TECHPROF) CAVAPPL(APPLABCD.XXXXXXXX)