Tagged Questions
4
votes
3answers
117 views
How can an Subject only read and write to its owned objects?
It appears that in RBAC, a Subject creates a Session with an Active Role(s), these Roles are then used to determine what permissions and actions can be taken. This appears to be fine for most of our ...
8
votes
3answers
810 views
Role Based Access Control + Data Ownership based permissions
Is there a common system or pattern that combines the permissions given by a role in a RBAC-system with permissions in relation to dataownership?
For example:
Bob is a doctor and has the role ...
8
votes
4answers
599 views
RBAC model: user in two roles access dilemma
I am implementing the Role-Based Access Control (RBAC) model security system and I have a dilemma: one User1 is in Role1 and is in Role2. Role1 allows access to the Resource1 and Role2 denies access ...
12
votes
1answer
6k views
What is the difference between RBAC and DAC/ACL?
What are the benefits of each, and when should I choose one over the other? Are there situations where these should be merged?
Do you have examples of common usages?
And what about MAC, where ...