blob: 1d131581dec0b1c24c1f500dbfcd4148e6a8ae52 [file] [log] [blame]
# Test Path centring Set Acl with options SLING-6423
set ACL on /libs,/apps (ACLOptions=merge)
remove * for user1,user2
allow jcr:read for user1,user2
remove * for another
allow x:y for another
end
#multiple options test
set ACL on /libs,/apps (ACLOptions=mergePreserve,someOtherOption,someOther123,namespaced:option)
remove * for user1,user2
allow jcr:read for user1,user2
remove * for another
allow x:y for another
end