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 2021/05/15 08:12:47 UTC

[sling-org-apache-sling-karaf-configs] branch master updated: SLING-10042 Remove read permission on /content for everyone

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 f9afbd0  SLING-10042 Remove read permission on /content for everyone
f9afbd0 is described below

commit f9afbd08e6225027ed577fca157aa73f367f6aae
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed May 12 12:52:47 2021 +0200

    SLING-10042 Remove read permission on /content for everyone
---
 src/main/resources/sling.txt | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/main/resources/sling.txt b/src/main/resources/sling.txt
index 87f803a..0a22d57 100644
--- a/src/main/resources/sling.txt
+++ b/src/main/resources/sling.txt
@@ -2,7 +2,3 @@ create path (sling:Folder) /apps
 create path (sling:Folder) /libs
 create path (sling:Folder) /var
 create path (sling:OrderedFolder) /content
-
-set ACL for everyone
-  allow     jcr:read    on /content
-end