diff --git a/default-templates/new-account/private/.acl b/default-templates/new-account/private/.acl index 1fae7fb55..914efcf9f 100644 --- a/default-templates/new-account/private/.acl +++ b/default-templates/new-account/private/.acl @@ -6,5 +6,5 @@ a acl:Authorization; acl:agent <{{webId}}>; acl:accessTo <./>; - acl:defaultForNew <./>; + acl:default <./>; acl:mode acl:Read, acl:Write, acl:Control. diff --git a/default-templates/new-account/profile/.acl b/default-templates/new-account/profile/.acl index a3cfaedc4..1fb254129 100644 --- a/default-templates/new-account/profile/.acl +++ b/default-templates/new-account/profile/.acl @@ -7,7 +7,7 @@ a acl:Authorization; acl:agent <{{webId}}>; acl:accessTo <./>; - acl:defaultForNew <./>; + acl:default <./>; acl:mode acl:Read, acl:Write, acl:Control. # The public has read permissions @@ -15,5 +15,5 @@ a acl:Authorization; acl:agentClass foaf:Agent; acl:accessTo <./>; - acl:defaultForNew <./>; + acl:default <./>; acl:mode acl:Read. diff --git a/test/resources/accounts-acl/tim.localhost/group/test-folder/.acl b/test/resources/accounts-acl/tim.localhost/group/test-folder/.acl index 31d185700..3f9d55c6f 100644 --- a/test/resources/accounts-acl/tim.localhost/group/test-folder/.acl +++ b/test/resources/accounts-acl/tim.localhost/group/test-folder/.acl @@ -13,7 +13,7 @@ a acl:Authorization; acl:agentClass foaf:Agent; acl:accessTo <./> ; - acl:defaultForNew <./> ; + acl:default <./> ; acl:mode acl:Read. :folks a acl:Authorization; diff --git a/test/resources/acl-tls/config/templates/new-account/private/.acl b/test/resources/acl-tls/config/templates/new-account/private/.acl index 1fae7fb55..914efcf9f 100644 --- a/test/resources/acl-tls/config/templates/new-account/private/.acl +++ b/test/resources/acl-tls/config/templates/new-account/private/.acl @@ -6,5 +6,5 @@ a acl:Authorization; acl:agent <{{webId}}>; acl:accessTo <./>; - acl:defaultForNew <./>; + acl:default <./>; acl:mode acl:Read, acl:Write, acl:Control. diff --git a/test/resources/acl-tls/config/templates/new-account/profile/.acl b/test/resources/acl-tls/config/templates/new-account/profile/.acl index a3cfaedc4..1fb254129 100644 --- a/test/resources/acl-tls/config/templates/new-account/profile/.acl +++ b/test/resources/acl-tls/config/templates/new-account/profile/.acl @@ -7,7 +7,7 @@ a acl:Authorization; acl:agent <{{webId}}>; acl:accessTo <./>; - acl:defaultForNew <./>; + acl:default <./>; acl:mode acl:Read, acl:Write, acl:Control. # The public has read permissions @@ -15,5 +15,5 @@ a acl:Authorization; acl:agentClass foaf:Agent; acl:accessTo <./>; - acl:defaultForNew <./>; + acl:default <./>; acl:mode acl:Read. diff --git a/test/resources/acl-tls/tim.localhost/profile/.acl b/test/resources/acl-tls/tim.localhost/profile/.acl index 49c8bf1e0..84c5a318c 100644 --- a/test/resources/acl-tls/tim.localhost/profile/.acl +++ b/test/resources/acl-tls/tim.localhost/profile/.acl @@ -7,5 +7,5 @@ a acl:Authorization; acl:agentClass foaf:Agent; acl:accessTo <./>; - acl:defaultForNew <./>; + acl:default <./>; acl:mode acl:Read. diff --git a/test/surface/docker/server/config/templates/new-account/private/.acl b/test/surface/docker/server/config/templates/new-account/private/.acl index 1fae7fb55..914efcf9f 100644 --- a/test/surface/docker/server/config/templates/new-account/private/.acl +++ b/test/surface/docker/server/config/templates/new-account/private/.acl @@ -6,5 +6,5 @@ a acl:Authorization; acl:agent <{{webId}}>; acl:accessTo <./>; - acl:defaultForNew <./>; + acl:default <./>; acl:mode acl:Read, acl:Write, acl:Control. diff --git a/test/surface/docker/server/config/templates/new-account/profile/.acl b/test/surface/docker/server/config/templates/new-account/profile/.acl index a3cfaedc4..1fb254129 100644 --- a/test/surface/docker/server/config/templates/new-account/profile/.acl +++ b/test/surface/docker/server/config/templates/new-account/profile/.acl @@ -7,7 +7,7 @@ a acl:Authorization; acl:agent <{{webId}}>; acl:accessTo <./>; - acl:defaultForNew <./>; + acl:default <./>; acl:mode acl:Read, acl:Write, acl:Control. # The public has read permissions @@ -15,5 +15,5 @@ a acl:Authorization; acl:agentClass foaf:Agent; acl:accessTo <./>; - acl:defaultForNew <./>; + acl:default <./>; acl:mode acl:Read. diff --git a/test/surface/docker/server/data/private/.acl b/test/surface/docker/server/data/private/.acl index e2543a6f2..4bee153fe 100644 --- a/test/surface/docker/server/data/private/.acl +++ b/test/surface/docker/server/data/private/.acl @@ -6,5 +6,5 @@ a acl:Authorization; acl:agent ; acl:accessTo <./>; - acl:defaultForNew <./>; + acl:default <./>; acl:mode acl:Read, acl:Write, acl:Control. diff --git a/test/surface/docker/server/data/profile/.acl b/test/surface/docker/server/data/profile/.acl index d962eaace..bb1375b96 100644 --- a/test/surface/docker/server/data/profile/.acl +++ b/test/surface/docker/server/data/profile/.acl @@ -7,7 +7,7 @@ a acl:Authorization; acl:agent ; acl:accessTo <./>; - acl:defaultForNew <./>; + acl:default <./>; acl:mode acl:Read, acl:Write, acl:Control. # The public has read permissions @@ -15,5 +15,5 @@ a acl:Authorization; acl:agentClass foaf:Agent; acl:accessTo <./>; - acl:defaultForNew <./>; + acl:default <./>; acl:mode acl:Read.