From b125986eee922ab7e78a3d98272268ffde7f0369 Mon Sep 17 00:00:00 2001 From: Arne Hassel Date: Mon, 19 Aug 2019 19:56:20 +0200 Subject: [PATCH] This helps the data browser know whether or not a ACL can be deleted Root ACLs should never be deleted. (https://github.com/solid/node-solid-server/issues/1289) This hack is working with solid-ui to indicate whether a ACL resource is working toward the root container of a Pod. --- default-templates/new-account/.acl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/default-templates/new-account/.acl b/default-templates/new-account/.acl index 9f2213c84..1807a8ecb 100644 --- a/default-templates/new-account/.acl +++ b/default-templates/new-account/.acl @@ -2,6 +2,9 @@ @prefix acl: . @prefix foaf: . +# Indicates that root is the root of the Pod + a sp:Storage. + # The homepage is readable by the public <#public> a acl:Authorization;