We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5b6320 commit a7a1714Copy full SHA for a7a1714
1 file changed
README.md
@@ -158,12 +158,17 @@ Adjust file 'all/pom.xml':
158
159
For example:
160
```ini
161
- service.ranking=I"201"
162
- scripts=["
+ service.ranking=I"100"
+ 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
+
168
create group acm-users
169
set ACL for acm-users
- allow jcr:read on /apps/acm
- 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
172
end
173
"]
174
```
0 commit comments