link
Avalon
Merlin Runtime
Home PlanetProductsCentral
Security Directive
Description

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

Attributes
AttributeRequiredDescription
profileyes 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>