The security label has three dimensions: level, category, and cohort.
| Security label dimension | Value | Meaning |
|---|---|---|
| Level | PUBLIC | Default level, the lowest possible. A user with this defined
level (or no defined level, which defaults to this level) cannot see
any other levels. A table row with this defined level (or no defined level, which defaults to this level) can be accessed by every user. |
| OMNI | Highest possible level. A user with this privilege can see
all levels. A table row with this privilege defined requires the highest privilege for access. |
|
| Category | OMNI | Set of all categories. A user with this privilege can see all
categories. A table row with this privilege defined requires the OMNI for access. |
| NONE | A user with this privilege defined cannot see any defined categories. A table row with this privilege defined allows all users. |
|
| Cohort | OMNI | Set of all cohorts. A user with this privilege can see all
cohorts. A table row with this privilege defined is visible to anyone. |
| NONE | A user with this privilege defined cannot see any defined cohorts. A table row with this privilege defined makes the row inaccessible. |
A missing category or cohort is different from NONE because a missing category or cohort on a row does not filter, while NONE on a row means that no bits are set.