<?xml version="1.0"?>
<component name="org.nuxeo.ecm.core.security.acl.properties.override">

  <require>org.nuxeo.ecm.core.security.acl.properties</require>

  <extension point="configuration" target="org.nuxeo.runtime.ConfigurationService">
        <documentation>
            Enable Legacy behavior (Nuxeo 6.x) on ACL order of execution. On Nuxeo 6.x and below, the ACL execution order
            used to be Inherited -&gt; Local -&gt; LocalGroup (custom), on &gt;7.x it's Inherited -&gt; LocalGroup (custom) -&gt; Local.
            This flag enables Legacy ACL mode on newer Nuxeo versions 7.x and above.
        </documentation>
        <property name="nuxeo.security.acl.legacyBehavior">false</property>
    </extension>

</component>
