Mercurial > p > roundup > code
changeset 8389:15b99d4cd94c
doc: correct acronym for * based access controls. Add links to wikipaedia.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 12 Jul 2025 20:48:28 -0400 |
| parents | 8eee280eddc3 |
| children | 00d4cbce319c |
| files | doc/features.txt |
| diffstat | 1 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/features.txt Sat Jul 12 18:00:45 2025 -0400 +++ b/doc/features.txt Sat Jul 12 20:48:28 2025 -0400 @@ -65,8 +65,12 @@ - Your data remains on your servers. - You can choose if AI can access the data. - Can use HTTPS for security over the web. -- Fine-grained authorization (ABAC, PEBAC) based on user and resource - properties. +- Fine-grained authorization (`ABAC`_, `ReBAC`_, `RBAC`_) based on + user, resource, and external properties. + +.. _`ABAC`: https://en.wikipedia.org/wiki/Attribute-based_access_control +.. _`ReBAC`: https://en.wikipedia.org/wiki/Relationship-based_access_control +.. _`RBAC`: https://en.wikipedia.org/wiki/Role-based_access_control **Documentation and User Management**
