pub fn check_access_full(
subject: &SecurityLabel,
object: &SecurityLabel,
access: AccessType,
) -> boolExpand description
Check access with full security label (MAC + MLS + RBAC).
Performs three checks:
- MAC type enforcement (check_access)
- MLS dominance (subject must dominate object for read; object must dominate subject for write)
- RBAC: subject’s role must allow the source type