Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 813 Bytes

File metadata and controls

12 lines (11 loc) · 813 Bytes

Definition

A state machine model for access control focusing on [[Confidentiality]].

  • no read up, no write down
Policy Description
Simple Security A subject at a given level may not read an object at a higher level.
Star (*) Security A subject at a given level may not write to any object at a lower level.
Discretionary Use an access matrix to specify the discretionary access control.
Bell–LaPadula model - Wikipedia

Attributes

  • Focuses on [[Confidentiality]], rather than [[Integrity]] as with the [[Biba Model]]