Hello all this may be a silly question but I am really confused about ACL, RBAC, DAC, MAC...
with the simple example of online university management system that has following user types:
- admin
- hod
- faculty
- student
each of them have different privileges to access.
Can some one make me understand what will be used here ACL? RBAC? DAC? MAC? and why it will be preferable than others? I have searched alot but was not able to understand how to decide which authorization technique most fits the above situation...