Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 961 Bytes

Principle of Least Privilege.md

File metadata and controls

21 lines (20 loc) · 961 Bytes

“Every program and every user of the system should operate using the least set of privileges necessary to complete the job” — Ensure that various system actors have the least amount of privilege granted as required by their roles to execute their specified tasks.

Granting excess privilege is prone to misuse/abuse when trusted actors misbehave or their access is hijacked by malicious entities. (See Saltzer and Schroeder's Secure Design Principles)


Slide Screenshot

0192.jpg


Slide Text

  • Least Privilege
  • Saltzer & Schroeder 1975
  • Privilege -> Job
  • Least Privilege
  • More Privilege
  • Abuse/Exploit
  • Privilege -> Need Based

References


Tags