Specialized Administration > Ensuring Data Security > Security Labels and Agreements > Configuring Security Labels > Security Label Configuration Steps > Step 5. Add Security Labels to RuleConfigurableTypeAttribute.properties - Optional
Step 5. 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.
Set the following property in the <customizationRootDirectory>/configurations/xconf/custom.site.xconf file to specify the custom file location:
<Property name="wt.access.SecurityLabeled" value="<SECURITY_LABEL1>, <SECURITY_LABEL2>" targetFile="codebase/com/ptc/core/rule/server/delegate/init/RuleConfigurableTypeAttribute.properties"/>
For example:
<Property name="wt.access.SecurityLabeled" value="EXPORT_CONTROL, CORPORATE_PROPREITORY" targetFile="codebase/com/ptc/core/rule/server/delegate/init/RuleConfigurableTypeAttribute.properties"/>
Instructions for defining object initialization rules for security labels are found later in this configuration.
Was this helpful?