|
|
Require Export DACandMAC.
Implicit Arguments On.
Section Aclstat.
Variable s:SFSstate.
Operation definition |
Inductive aclstat
[u:SUBJECT; o:OBJECT]: SFSstate -> (Exc AccessCtrlListData) -> Prop:=
|AclstatOK:
(PreDACRead s u o)
->(aclstat u o s (facl (acl s) o)).
|
|
End Aclstat.