AEM 6.5 and AEMaaCS ship with the following default permissions for everyone:
allow jcr:read on /conf with restrictions: [rep:subtrees: '/global/site-templates/,/settings/wcm/,/sling:configs/,/settings/dam/cfm/models/,/settings/graphql/persistentQueries' ]
The makes the rule at
|
rep:privileges="{Name}[jcr:read]"/> |
redundant.
AEM 6.5 and AEMaaCS ship with the following default permissions for
everyone:allow jcr:read on /conf with restrictions: [rep:subtrees: '/global/site-templates/,/settings/wcm/,/sling:configs/,/settings/dam/cfm/models/,/settings/graphql/persistentQueries' ]The makes the rule at
aem-guides-wknd/ui.content/src/main/content/jcr_root/conf/wknd/_sling_configs/_rep_policy.xml
Line 7 in 33aa8fd