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:
- nameSpecifies the name of the security label.
- securityCategoriesSpecifies the list of security categories. To specify more than one, separate the security category names with a space or a comma.
- securityLevelSpecifies 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)