Back to Developer Roadmap

Mandatory Access Control (MAC)

src/data/roadmaps/cyber-security/content/[email protected]

4.0784 B
Original Source

Mandatory Access Control (MAC)

Mandatory Access Control (MAC) is a security model where the operating system enforces strict rules on access to resources. Unlike discretionary access control (DAC), where users control access to their own files, MAC uses a centralized authority to define access policies. These policies are based on labels or classifications assigned to both users and data. Access is granted only if the user's label matches or dominates the data's label, ensuring a rigid and consistent security posture.

Visit the following resources to learn more: