mls_level
int mls_level_isvalid(struct policydb *p, struct mls_level *l)
struct mls_level *fromcon_sen = &(fromcon->range.level[0]);
struct mls_level *fromcon_clr = &(fromcon->range.level[1]);
struct mls_level *user_low = &(user->range.level[0]);
struct mls_level *user_clr = &(user->range.level[1]);
struct mls_level *user_def = &(user->dfltlevel);
struct mls_level *usercon_sen = &(usercon->range.level[0]);
struct mls_level *usercon_clr = &(usercon->range.level[1]);
int mls_level_isvalid(struct policydb *p, struct mls_level *l);
struct mls_level level[2]; /* low == level[0], high == level[1] */
static inline int mls_level_eq(const struct mls_level *l1,
const struct mls_level *l2)
static inline int mls_level_dom(const struct mls_level *l1,
const struct mls_level *l2)
static int mls_read_level(struct mls_level *lp, struct policy_file *fp)
static int mls_write_level(struct mls_level *l, struct policy_file *fp)
struct mls_level dfltlevel; /* default login MLS level for user */
struct mls_level level; /* sensitivity and associated categories */
struct mls_level *l1, *l2;
struct mls_level *level;