While reading about the rules used to control the flow of information I ran across a bit of confusion. The first two are fine. The third is listed by different names and I am not sure if they mean the same thing or not.
- Simple Security Property
- * (Star) Security Property
- Discretionary Security Property vs. Strong Star
Discretionary Security - states that the system uses an access matrix to enforce discretionary access control.
Strong Star - This property states that a subject cannot read/write to object of higher/lower sensitivity. Is this another way of describing how an access matrix works?
Thanks!