File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -72,8 +72,9 @@ documents called *Access Control List Resources* (or simply *ACLs*).
72
72
73
73
The WAC system assumes that web documents are placed in hierarchical containers
74
74
or folders. For convenience, users do not have to specify permissions on each
75
- individual resource -- they can simply set permissions on a container, add a
76
- [ ` acl:default ` ] ( #default-inherited-authorizations ) predicate, and have all
75
+ individual resource -- they can simply set default permissions on a container using a
76
+ [ ` acl:default ` ] ( #default-inherited-authorizations ) predicate and the exact container URI
77
+ as the object, and have all
77
78
of the resources in that container [ inherit] ( #acl-inheritance-algorithm ) those
78
79
permissions.
79
80
@@ -430,7 +431,7 @@ Note access to different modes may be given in the same or different trust objec
430
431
## Referring to Resources
431
432
432
433
The ` acl:accessTo ` predicate specifies * which resources* you're giving access
433
- to, using their URLs as the subjects .
434
+ to, using their exact URLs as the objects .
434
435
435
436
### Referring to the ACL Resource Itself
436
437
You can’t perform that action at this time.
0 commit comments