Previous Topic: RESCLASS Keyword—Resource ClassesNext Topic: RESCODE Keyword—Resource Class Abbreviation


resclass(resource) Keyword—Associate Resource with SECLABEL

Valid on z/OS.

Use the resclass(resource) keyword to associate a resource instance with a SECLABEL and optionally override MLMODE for matching resources.

This keyword has the following format:

TSS ADD(MLS) resclass(resource.instance)
             SECLABEL(label)
             [MODE(FAIL|WARN|DORM)]
resclass

Defines an RDT resource class. It is not necessary to define the entire RESCLASS to MLS in order to define a single instance.

resource.instance

Defines a resource instance within the specified resource class already defined to CA Top Secret. The resource instance may be masked.

label

Defines a security label defined to the MLS record.

mode

Defines the mode MLS security interprets MLS security for matching resources of this resource instance. Optionally overrides MLMODE.

This keyword is used the commands ADDTO and REMOVE.

Example: resource keyword

This example associates a resource instance with a SECLABEL.

TSS ADD(MLS) OTRAN(PAYR) 
             SECLABEL(LABELAP)
TSS ADD(MLS) SERVAUTH(ezb.netaccess.—.zone2) seclabel(label2)
TSS ADD(MLS) DB2(TEST.QEWRQER.*.ASDF)
             SECLABEL(LABELA)