Forgot to checkin: Remove permissions on spaces archive store

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2969 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2006-05-24 15:21:05 +00:00
parent 15ec36fecd
commit 0cc08b2518

View File

@@ -4,13 +4,7 @@
xmlns:app="http://www.alfresco.org/model/application/1.0"> xmlns:app="http://www.alfresco.org/model/application/1.0">
<view:reference view:pathref="/"> <view:reference view:pathref="/">
<!-- Apply Read access to Everyone on root node of Spaces Store --> <!-- No permissions for root of archived store -->
<view:acl>
<view:ace view:access="ALLOWED">
<view:authority>GROUP_EVERYONE</view:authority>
<view:permission>Read</view:permission>
</view:ace>
</view:acl>
</view:reference> </view:reference>
</view:view> </view:view>