From d8b3206bcabece9c4069840ddb7e2780ab1d0726 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Mon, 2 Jan 2017 15:43:23 +0000 Subject: [PATCH] Formatting --- access-control.md | 1 + 1 file changed, 1 insertion(+) diff --git a/access-control.md b/access-control.md index 17677c4..c9c81cd 100644 --- a/access-control.md +++ b/access-control.md @@ -5,6 +5,7 @@ The possible values of that list (and its interpretation) are * NIL : only system-privileged functions can access the object ('system private'); * TRUE : every user can access the object; * A list : in which case it's equivalent to + (member? current-user (flatten acl)) The reason for using *(flatten acl)* is that groups of users may be added to access control lists as sublists, recursively. Note that if the sublist of the access control list which contains the current user is not readable by the current user, then the object will not be readable by the current user. \ No newline at end of file