Most city staff access systems by job role, a few apps must also consider time-of-day and building location, and a small set of highly labeled records require system-enforced labels users cannot override. Which access-control mix best matches that need?
Select an answer to reveal the explanation.
Short Explanation
Think badges by job (RBAC), extra rules about when and where (ABAC), and sealed classified folders nobody can casually re-label (MAC). Match the model to how strict the data really is.
Full Explanation
RBAC assigns permissions by role for typical staff access. ABAC evaluates attributes such as time and location for finer policies. MAC enforces system-defined labels on highly sensitive data that users must not override. DAC-only, verbal approval, or unrestricted write access fail those requirements.