Skip to content

Commit a7a1714

Browse files
Doc
1 parent c5b6320 commit a7a1714

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,12 +158,17 @@ Adjust file 'all/pom.xml':
158158

159159
For example:
160160
```ini
161-
service.ranking=I"201"
162-
scripts=["
161+
service.ranking=I"100"
162+
scripts=["
163+
set ACL for everyone
164+
deny jcr:read on /apps/acm
165+
deny jcr:read on /apps/cq/core/content/nav/tools/acm
166+
end
167+
163168
create group acm-users
164169
set ACL for acm-users
165-
allow jcr:read on /apps/acm
166-
allow jcr:read on /apps/cq/core/content/nav/tools/acm
170+
allow jcr:read on /apps/acm
171+
allow jcr:read on /apps/cq/core/content/nav/tools/acm
167172
end
168173
"]
169174
```

0 commit comments

Comments
 (0)