From 67c31382479e64d684b5f4eeec95ebca7c8c1893 Mon Sep 17 00:00:00 2001 From: amigan Date: Sat, 11 Jan 2025 01:04:34 -0500 Subject: [PATCH] Update RBAC Notes --- RBAC-Notes.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RBAC-Notes.md b/RBAC-Notes.md index 4e39751..a83a0ef 100644 --- a/RBAC-Notes.md +++ b/RBAC-Notes.md @@ -2,4 +2,5 @@ * Read, write (permissions) * Owner, other users, public (roles) * Role permission assignments configurable in webui - * ACLs per entity with inheritance from default configurable global ACL \ No newline at end of file + * ACLs per individual entity with inheritance from default configurable global ACL + * Store ACLs as many many table in DB \ No newline at end of file