Lines Matching defs:mls
1536 if (!pdb->mls) {
1945 const char *mls;
1948 mls = pdb->mls ? "mls" : "";
1959 cil_println(indent, "(%sconstrain (%s (%s)) %s)", mls, classkey, perms + 1, expr);
1961 cil_println(indent, "(%svalidatetrans %s %s)", mls, classkey, expr);
2340 if (pdb->mls) {
2349 if (pdb->mls) {
2517 if (pdb->mls) {
3930 const char *mls_str = pdb->mls ? "true" : "false";
3931 cil_println(0, "(mls %s)", mls_str);
4028 if (pdb->policy_type == SEPOL_POLICY_BASE && !pdb->mls) {
4029 // If this is a base non-mls policy, we need to define a default level
4030 // range that can be used for contexts by other non-mls modules, since
4032 // ignored as in non-mls policies
4064 // mls is used from only the base module