000-221 · Question #223
What are the three basic elements of RBAC in AIX?
The correct answer is D. Roles, Privileges and Authorizations. AIX Role-Based Access Control is built on three core elements - Roles, Privileges, and Authorizations - which together allow fine-grained access control without granting full root privileges.
Question
What are the three basic elements of RBAC in AIX?
Options
- AGroups, Keys and Access
- BKeys, Privileges and Groups
- CUsers, Groups and KeyStore
- DRoles, Privileges and Authorizations
How the community answered
(17 responses)- A6% (1)
- C12% (2)
- D82% (14)
Why each option
AIX Role-Based Access Control is built on three core elements - Roles, Privileges, and Authorizations - which together allow fine-grained access control without granting full root privileges.
Groups and Access are standard Unix discretionary access control concepts, and Keys is not a defined component of the AIX RBAC architecture.
Keys is not a component of AIX RBAC - while Privileges exist in the RBAC model, this combination does not accurately represent the three foundational elements.
KeyStore is an AIX cryptographic key management facility unrelated to RBAC - Users and Groups are general AIX concepts that interact with RBAC but are not its defining structural elements.
In AIX RBAC, Authorizations define the specific operations a user is permitted to invoke, Privileges grant the ability to execute commands with elevated rights beyond normal user capabilities, and Roles are named collections of authorizations and privileges assigned to users or groups. These three elements are interdependent and form the complete RBAC model that AIX uses to delegate administrative tasks securely.
Concept tested: AIX RBAC core elements roles privileges authorizations
Source: https://www.ibm.com/docs/en/aix/7.3?topic=security-role-based-access-control
Topics
Community Discussion
No community discussion yet for this question.