A security policy that grants users only the minimum access necessary to perform their job is called ________ of Least ________.
- Red Team / Penetration
- Principle, Privilege
- Code
- PMP / PRINCE2
Answer: Principle, Privilege
Principle of Least Privilege (PoLP) restricts user/system access rights to only what is essential for their role, minimizing damage from accidents or attacks. Implemented via role-based access control (RBAC), regular access reviews, and just-in-time permissions. Core concept in secure system design.