Skip to content

Commit

Permalink
fix: Add required triple to pod README acl
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimvh committed Oct 1, 2021
1 parent 7f8b923 commit f40e2c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/pod/README.acl.hbs
Expand Up @@ -2,11 +2,13 @@
@prefix foaf: <http://xmlns.com/foaf/0.1/>.

<#public>
a acl:Authorization;
acl:accessTo <./README>;
acl:agentClass foaf:Agent;
acl:mode acl:Read.

<#owner>
a acl:Authorization;
acl:accessTo <./README>;
acl:agent <{{webId}}>;
acl:mode acl:Read, acl:Write, acl:Control.

0 comments on commit f40e2c7

Please sign in to comment.