Skip to content

Commit

Permalink
This helps the data browser know whether or not a ACL can be deleted
Browse files Browse the repository at this point in the history
Root ACLs should never be deleted. (#1289)

This hack is working with solid-ui to indicate whether a ACL resource is working toward the root container of a Pod.
  • Loading branch information
megoth committed Aug 19, 2019
1 parent 0555e66 commit b125986
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions default-templates/new-account/.acl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
@prefix acl: <http://www.w3.org/ns/auth/acl#>.
@prefix foaf: <http://xmlns.com/foaf/0.1/>.

# Indicates that root is the root of the Pod
</> a sp:Storage.

# The homepage is readable by the public
<#public>
a acl:Authorization;
Expand Down

0 comments on commit b125986

Please sign in to comment.