Specialized Administration > Ensuring Data Security > Security Labels and Agreements > Configuring Security Labels > Security Label Configuration Steps > Step 8. Add Security Labels to RuleConfigurableTypeAttribute.properties - Optional
  
Step 8. Add Security Labels to RuleConfigurableTypeAttribute.properties - Optional
* 
If your site does not use object initialization rules, skip this step.
If your site plans to use object initialization rules for one of more security labels, add each of those security labels to the RuleConfigurableTypeAttribute.properties file so that object initialization rules can be created for security labels.
From within a windchill shell, run the following command:
xconfmanager -s wt.access.SecurityLabeled=<SECURITY_LABEL> -t
codebase/com/ptc/core/rule/server/delegate/init/
RuleConfigurableTypeAttribute.properties -p
where <SECURITY_LABEL> is the security label name as specified in the securityLabelsConfiguration.xml file. Multiple security labels can be specified as a comma-delimited list. For example, the command for the example configuration is as follows:
xconfmanager -s wt.access.SecurityLabeled=EXPORT_CONTROL,
CORPORATE_PROPRIETARY,LEGAL_INFORMATION,THIRD_PARTY_PROPRIETARY -t
codebase/com/ptc/core/rule/server/delegate/init/
RuleConfigurableTypeAttribute.properties -p
Instructions for defining object initialization rules for security labels are found later in this configuration.