Closed
Description
In other words, is it impossible to define an inheritable default that gives more access to a Container's descendants than to the Container itself?
Or with a code example: is this not a valid ACL Rule? (Syntax errors and prefixes notwithstanding.)
:ControlReadWriteDefault
a acl:Authorization;
acl:agentClass foaf:Agent;
acl:default tes:;
acl:mode acl:Control, acl:Read, acl:Write.
("Valid" meaning: it gives everyone Read, Write and Control access to children of the Container that do not have their own ACL, and there's no need for an acl:accessTo tes:;
to do so.)