X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7a98271d94163cdc4afa5bfcf275db353bc062d2..abe8fc4c5818165ffb696448c81b3bf1bb5dc1dd:/doc/api/permission-model.html.textile.liquid diff --git a/doc/api/permission-model.html.textile.liquid b/doc/api/permission-model.html.textile.liquid index bdfdbd70eb..8b085ee5aa 100644 --- a/doc/api/permission-model.html.textile.liquid +++ b/doc/api/permission-model.html.textile.liquid @@ -15,9 +15,11 @@ Each API transaction (read, write, create, etc.) is done on behalf of a person. A user (person) is permitted to act on an object if there is a path (series of permission Links) from the acting user to the object in which -* Every intervening object is a Group or a User, and +* Every intervening object is a Group, and * Every intervening permission Link allows the current action +Special case: A permission path can also include intervening User objects if the links _to_ the Users are "can_manage" links. + Each object has exactly one _owner_, which can be either a User or a Group. * If the owner of X is A, then A is permitted to do any action on X.