Valid on z/OS.
Use the SECLEVEL keyword to define or remove security levels which are the hierarchical elements of security labels.
This keyword has the following format:
TSS ADDTO(MLS) SECLEVEL(level—number)
LVLNAME(level—name)
TSS REMOVE(MLS) SECLEVEL(level—name)
Specifies the unique internal numeric value of a level. The higher the number the higher the level. This field is required.
Range: 1 to 254
Specifies the alphanumeric name of a security level.
Range: 1 to 255
This keyword is used with:
This example adds security level 10 to the MLS Record:
TSS ADDTO(MLS) SECLEVEL(10)
LVLNAME('Department Administrator')
This example uses the removes security level 10:
TSS REMOVE(MLS) SECLEVEL(10)
|
Copyright © 2009 CA Technologies.
All rights reserved.
|
|