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:
Specifies the name of the security label.
Specifies the list of security categories. To specify more than one, separate the security category names with a space or a comma.
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)
Copyright © 2013 CA Technologies.
All rights reserved.
|
|