How clearance works
Clearance adds a second access gate orthogonal to room membership. Even if a user is a member of a room, they cannot access a file whose classification exceeds their effective clearance.Classification levels
Effective clearance
Clearance is decoupled from role. A user’s effective clearance is their explicit level, or C1 (public) if none has been assigned:- Role (RBAC) governs what a user can do — and who may set clearance.
- Clearance (MAC) governs what data sensitivity a user may access.
When this model was introduced, every existing user was backfilled to
preserve their previous access (e.g. members to C2, admins to C4), so no one
lost access on upgrade. Only newly created users start at C1.
Setting clearance
- Navigate to Organisation → Users
- Click a user → Set Clearance
- Select a level (or choose Default (C1) to remove the override)
- Click Save
Where clearance is enforced
The clearance check runs on every read of decrypted content, so membership alone never grants access above a user’s level:- Viewing or downloading a file in My Files, a shared file/folder, or a secure room
- Restoring or downloading a file version
- Previewing a file as an approver in an approval workflow
- External (federated) downloads — an invitation carries a clearance ceiling the guest cannot exceed (see Sharing Policies)
- Room membership grants — joining a classified room requires clearance at or above the room’s floor (Internal → C2, Confidential → C3, Restricted → C4), and external invitation ceilings for that room are floored the same way