permissions - how to choose a security model -
i looking best security model implement access rights on website. objects access should granted based on following rules initially:
- user
- user group
- hierarchy
- permissions (crud)
what security models can use , advantages , disadvantages of each one?
thank you!
access control models categorized either discretionary or non-discretionary. 3 recognized models discretionary access control (dac), mandatory access control (mac), , role based access control (rbac). mac , rbac both non-discretionary.
but suggest use rbac model. it's useful problem.
Comments
Post a Comment