You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2018/02/08 20:50:26 UTC

[sling-org-apache-sling-karaf-configs] branch master updated: SLING-6130 Restrict access for principal everyone and move configuration to repoinit

This is an automated email from the ASF dual-hosted git repository.

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-karaf-configs.git


The following commit(s) were added to refs/heads/master by this push:
     new 4291b87  SLING-6130 Restrict access for principal everyone and move configuration to repoinit
4291b87 is described below

commit 4291b87ed001a02055784e7e307a51c6c171897d
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Thu Feb 8 21:06:35 2018 +0100

    SLING-6130 Restrict access for principal everyone and move configuration to repoinit
    
    * restrict read access to /content
---
 .../org.apache.sling.jcr.repoinit.RepositoryInitializer-sling.config    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/resources/org.apache.sling.jcr.repoinit.RepositoryInitializer-sling.config b/src/main/resources/org.apache.sling.jcr.repoinit.RepositoryInitializer-sling.config
index 7cb8db3..8790274 100644
--- a/src/main/resources/org.apache.sling.jcr.repoinit.RepositoryInitializer-sling.config
+++ b/src/main/resources/org.apache.sling.jcr.repoinit.RepositoryInitializer-sling.config
@@ -6,7 +6,7 @@ scripts=[\
   create path (sling:Folder) /var\n\
   create path (sling:OrderedFolder) /content\n\
   set ACL for everyone\n\
-       allow   jcr:read    on /\n\
+      allow   jcr:read    on /content\n\
   end\n\
   set ACL for sling-mapping\n\
       allow   jcr:read    on /\n\

-- 
To stop receiving notification emails like this one, please contact
olli@apache.org.