blob: 5e6539b10367f91078ee630e40782ab697980db8 [file] [log] [blame]
# Test the principal-centered ACL syntax with options SLING-6423
set ACL for user1,u2 (ACLOptions=mergePreserve)
remove * on /libs,/apps
allow jcr:read on /content
end
# with multiple options
set ACL for user1,u2 (ACLOptions=mergePreserve,someOtherOption,someOther123,namespaced:option)
remove * on /libs,/apps
allow jcr:read on /content
end