You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2019/10/21 19:54:12 UTC

[sling-org-apache-sling-app-cms] 01/02: Fixing the permissions for the UGC System user

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

dklco pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git

commit 3774ef362ce1302ce3f86bb9237e9ea7c479a176
Author: Dan Klco <dk...@apache.org>
AuthorDate: Mon Oct 21 14:10:49 2019 -0400

    Fixing the permissions for the UGC System user
---
 builder/src/main/provisioning/cms.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/builder/src/main/provisioning/cms.txt b/builder/src/main/provisioning/cms.txt
index f4b5393..2beb5a0 100644
--- a/builder/src/main/provisioning/cms.txt
+++ b/builder/src/main/provisioning/cms.txt
@@ -106,7 +106,7 @@
     end
     create service user sling-cms-ugc
     set ACL for sling-cms-ugc
-        allow   jcr:write    on /etc/usergenerated
+        allow   jcr:write,jcr:nodeTypeManagement,jcr:versionManagement    on /etc/usergenerated
     end
     create service user sling-cms-versionmgr
     set ACL for sling-cms-versionmgr