This is an automated email from the ASF dual-hosted git repository.
smckinney pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-fortress-enmasse.git
The following commit(s) were added to refs/heads/master by this push:
new 43f9289 cleanup
43f9289 is described below
commit 43f9289bf47b4331cd756343866e3c2b53aeb0f2
Author: Shawn McKinney <smckinney@apache.org>
AuthorDate: Sat Mar 16 18:07:35 2019 -0500
cleanup
---
README-SECURITY-MODEL.md | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/README-SECURITY-MODEL.md b/README-SECURITY-MODEL.md
index 0af4d6c..0e60203 100644
--- a/README-SECURITY-MODEL.md
+++ b/README-SECURITY-MODEL.md
@@ -86,16 +86,16 @@ The ARBAC checks include the following:
For example, the following top-down contains an RBAC role hierarchy for a fictional software
development organization:
```
- *CTO*
- |
+ CTO
+ |
| |
- *ENG* *QC*
+ ENG QC
| | | |
- *E1* *E2* *Q1* *Q2*
+ E1 E2 Q1 Q2
| |
- *DA* *QA*
+ DA QA
|
- *A*
+ A
```
Where a role called *CTO* is the highest ascendant in the graph, and *A* is the lowest descendant.
In a top-down role hierarchy, privilege increases as we descend downward. So a person with
role *A* inherits all that are above.
|