Which access control model should be implemented to ensure that a user can only access files based on their specific job role?
RBAC is the standard for role-centric access management.
Why this answer
Role-Based Access Control (RBAC) maps permissions to job functions rather than individual users.