Security Directive

Description

The security directive associates a target compoent model with a named security profile.

Attributes

Attribute Required Description
profile yes The name of a security profile. The supplied name must correspond with a know security profile declared under the kernel security configuration.

Sample XML


  <target path="/widget">
    <security profile="special-profile"/>
  </target>