Skip to content

Commit

Permalink
restore missing ACLs. Fixes #1233
Browse files Browse the repository at this point in the history
  • Loading branch information
justinedelson committed Jan 24, 2018
1 parent 57b8bd9 commit 936a13e
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)

[Unreleased]: https://github.com/Adobe-Consulting-Services/acs-aem-commons/compare/acs-aem-commons-3.14.2...HEAD

## [3.14.4] - 2018-01-24

### Fixed

- #1233 - Restore missing ACLs accidentally removed by a prior commit.

## [3.14.2] - 2018-01-24

### Fixed
Expand Down
16 changes: 16 additions & 0 deletions content/src/main/content/jcr_root/content/_rep_policy.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:rep="internal"
jcr:primaryType="rep:ACL">
<allow
jcr:primaryType="rep:GrantACE"
rep:principalName="acs-commons-error-page-handler-service"
rep:privileges="{Name}[jcr:read]"/>
<allow0
jcr:primaryType="rep:GrantACE"
rep:principalName="acs-commons-component-error-handler-service"
rep:privileges="{Name}[jcr:read]"/>
<allow1
jcr:primaryType="rep:GrantACE"
rep:principalName="acs-commons-twitter-updater-service"
rep:privileges="{Name}[jcr:read,jcr:modifyProperties,crx:replicate]"/>
</jcr:root>
8 changes: 8 additions & 0 deletions content/src/main/content/jcr_root/content/dam/_rep_policy.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:rep="internal"
jcr:primaryType="rep:ACL">
<allow
jcr:primaryType="rep:GrantACE"
rep:principalName="acs-commons-review-task-asset-mover-service"
rep:privileges="{Name}[jcr:read,jcr:versionManagement,rep:write]"/>
</jcr:root>

0 comments on commit 936a13e

Please sign in to comment.