Skip to content

Commit 5fb977a

Browse files
kjetilkrubensworks
authored andcommitted
Add public access to the dir, and prettier turtle
1 parent d7f6798 commit 5fb977a

File tree

1 file changed

+10
-5
lines changed
  • test/resources/accounts-acl/tim.localhost/group/test-folder

1 file changed

+10
-5
lines changed

test/resources/accounts-acl/tim.localhost/group/test-folder/.acl

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,25 @@
11
@prefix : <#>.
22
@prefix acl: <http://www.w3.org/ns/auth/acl#>.
3-
@prefix tes: <./>.
43
@prefix c: <https://tim.localhost:7777/profile/card#>.
54
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
65

76
:owner
87
a acl:Authorization;
9-
acl:accessTo tes:;
8+
acl:accessTo <./> ;
109
acl:agent c:me;
11-
acl:default tes:;
10+
acl:default <./> ;
1211
acl:mode acl:Control, acl:Read, acl:Write.
12+
:public
13+
a acl:Authorization;
14+
acl:agentClass foaf:Agent;
15+
acl:accessTo <./> ;
16+
acl:defaultForNew <./> ;
17+
acl:mode acl:Read.
1318
:folks
1419
a acl:Authorization;
15-
acl:accessTo tes:;
20+
acl:accessTo <./> ;
1621
acl:agentGroup <group-listing.ttl#folks>;
17-
acl:default tes:;
22+
acl:default <./> ;
1823
acl:mode acl:Read, acl:Write.
1924
#:errors
2025
# a acl:Authorization;

0 commit comments

Comments
 (0)