Define a Security Label

Define a security label by defining a resource in the SECLABEL class. The following newres command defines a security label:
capamsc141
Define a security label by defining a resource in the SECLABEL class. The following newres command defines a security label:
newres SECLABEL name category(securityCategories) level(securityLevel)
where:
  • name
    Specifies the name of the security label.
  • securityCategories
    Specifies the list of security categories. To specify more than one, separate the security category names with a space or a comma.
  • securityLevel
    Specifies the security level. Use an integer between 1 and 255.
To define the security label Managers to contain the security categories Sales and Accounts and a security level of 95, enter the following command:
newres SECLABEL Manager category(Sales,Accounts) level(95)