Previous Topic: VOLUME Resource Class—Secure DASD and TapeNext Topic: VSEPART Resource Class—Secure Partitions


VSELIB Resource Class—Secure TSSVSE Libraries

Valid on z/VSE.

Use VSELIB to secure VSELIB for TSSVSE libraries

When used with TSS ADDTO/REMOVE, this resource class has the following format:

TSS ADDTO(acid) VSELIB(VSELIBR1)
Prefix length

One to eight characters

Capacity of list

One to eight prefixes per TSS command

When used with TSS PERMIT/REVOKE, this resource class has the following format:

TSS PERMIT(acid) VSELIB(VSELIBR1.ABCDEFGH)
Prefix length

One to forty‑four characters

This keyword is used with:

The administrator can use any of the following methods to control access to VSELIB resources: Expiration, Facility, Program Pathing, Time/Day, and Actions.

Example: VSELIB resource class

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

TSS ADDTO(CORPORAT) VSELIB(PRODLIBR1)

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

This example removes ownership:

TSS REMOVE(CORPORAT) VSELIB(PRODLIBR1)

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

TSS PERMIT(TECHPROF) VSELIB(VSELIBR1.ABCDEFGH))
                     DAYS(FRIDAY)

This example permit users in the Technical Services Department to access VSELIBR1.ABCDEFGH:

TSS PERMIT(TECHPROF) VSELIB(VSELIBR1.ABCDEFGH)

This example revokes access:

TSS REVOKE(TECHPROF) VSELIB(VSELIBR1.ABCDEFGH)