mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-06-16 17:55:15 +00:00
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2597 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
13 lines
431 B
XML
13 lines
431 B
XML
<view:view xmlns:view="http://www.alfresco.org/view/repository/1.0">
|
|
|
|
<view:reference view:pathref="/">
|
|
<!-- Apply All access to Everyone on root node of light weight versin store -->
|
|
<view:acl>
|
|
<view:ace view:access="ALLOWED">
|
|
<view:authority>GROUP_EVERYONE</view:authority>
|
|
<view:permission>All</view:permission>
|
|
</view:ace>
|
|
</view:acl>
|
|
</view:reference>
|
|
|
|
</view:view> |