We are working with groups/users setup in AEM 6.0 with SP1 and cq-6.0.0-hotfix-5354-1.0.0.zip installed.
We created permissions manually in _rep_policy.xml files, built package and installed it via maven-vault-plugin.
In the root level _rep_policy.xml we have custom group which is granted read permissions on the root path. But after package installation this groups does not have any permissions for root node. Appropriate node in useradmin is shown as noneffective.
[img]Screenshot_5.png[/img]
[img]Screenshot_1.png[/img]
We are not able to set any permissions via useradmin as well (there are no errors in logs, appropriate response has 200 Status with message "Updated permissions" but any permissions are shown in useradmin).
In crxde appropriate "allow" nodes under /rep:policy are created correctly.
[img]Screenshot_2.png[/img]
Can you suggest a decision?