Lines Matching defs:cil_println

108 static void cil_println(int indent, const char *fmt, ...)
609 cil_println(indent, "(%s %s %s (%s (%s)))",
614 cil_println(indent, "(%s %s %s %s %s)",
849 cil_println(indent, "(%sattribute %s)", kind, attr_name);
1114 cil_println(indent, "(roletype %s %s)", role_node->role_name, type_name);
1195 cil_println(0, ";;* lmx %lu %s\n",avrule->source_line, avrule->source_filename);
1239 cil_println(0, ";;* lme\n");
1373 cil_println(indent, "(%s %s", type, val1);
1405 cil_println(indent + 1, "(true");
1410 cil_println(indent + 1, ")");
1414 cil_println(indent + 1, "(false");
1419 cil_println(indent + 1, ")");
1422 cil_println(indent, ")");
1460 cil_println(indent, "(roletransition %s %s %s %s)",
1505 cil_println(indent, "(roleallow %s %s)", roles[i], new_roles[j]);
1619 cil_println(indent, "(typetransition %s %s %s \"%s\" %s)",
1626 cil_println(indent, "(typetransition %s self %s \"%s\" %s)",
1959 cil_println(indent, "(%sconstrain (%s (%s)) %s)", mls, classkey, perms + 1, expr);
1961 cil_println(indent, "(%svalidatetrans %s %s)", mls, classkey, expr);
2007 cil_println(indent, "(classcommon %s %s)", key, class->comkey);
2019 cil_println(indent, "(defaultuser %s %s)", key, dflt);
2031 cil_println(indent, "(defaultrole %s %s)", key, dflt);
2043 cil_println(indent, "(defaulttype %s %s)", key, dflt);
2060 cil_println(indent, "(defaultrange %s %s)", key, dflt);
2129 cil_println(indent, "(roleattributeset " GEN_REQUIRE_ATTR " %s)", key);
2166 cil_println(indent, "(role %s)", key);
2182 cil_println(indent, "(roletype %s %s)", key, types[j]);
2187 cil_println(indent, "(rolebounds %s %s)", key, pdb->p_role_val_to_name[role->bounds - 1]);
2193 cil_println(indent, "(roleattribute %s)", key);
2214 cil_println(indent, "(roletype %s %s)", key, types[j]);
2249 cil_println(indent, "(typeattributeset " GEN_REQUIRE_ATTR " %s)", key);
2260 cil_println(indent, "(type %s)", key);
2263 cil_println(indent, "(roletype " DEFAULT_OBJECT " %s)", key);
2267 cil_println(indent, "(typepermissive %s)", key);
2271 cil_println(indent, "(typebounds %s %s)", pdb->p_type_val_to_name[type->bounds - 1], key);
2276 cil_println(indent, "(typeattribute %s)", key);
2322 cil_println(indent, "(user %s)", key);
2325 cil_println(indent, "(userrole %s " DEFAULT_OBJECT ")", key);
2329 cil_println(indent, "(userrole %s %s)", key, pdb->p_role_val_to_name[i]);
2374 cil_println(indent, "(%s %s %s)", type, key, boolean->state ? "true" : "false");
2386 cil_println(indent, "(sensitivity %s)", key);
2388 cil_println(indent, "(sensitivityalias %s)", key);
2389 cil_println(indent, "(sensitivityaliasactual %s %s)", key, pdb->p_sens_val_to_name[level->level->sens - 1]);
2433 cil_println(indent, "(category %s)", key);
2435 cil_println(indent, "(categoryalias %s)", key);
2436 cil_println(indent, "(categoryaliasactual %s %s)", key, pdb->p_cat_val_to_name[cat->s.value - 1]);
2485 cil_println(0, "(policycap %s)", name);
2558 cil_println(0, "(sid %s)", sid);
3255 cil_println(0, "(userprefix %s %s)", user, prefix);
3418 cil_println(indent, "(typealias %s)", alias_name);
3419 cil_println(indent, "(typealiasactual %s %s)", alias_name, type_name);
3749 cil_println(*indent, ")");
3752 cil_println(*indent, "(optional %s_optional_%i", pdb->name, decl->decl_id);
3827 cil_println(indent, ")");
3920 cil_println(0, "(handleunknown %s)", hu);
3931 cil_println(0, "(mls %s)", mls_str);
3938 cil_println(0, "(sensitivity s0)");
3939 cil_println(0, "(sensitivityorder (s0))");
3940 cil_println(0, "(level " DEFAULT_LEVEL " (s0))");
3947 cil_println(0, "(role " DEFAULT_OBJECT ")");
3957 cil_println(0, "(role auditadm_r)");
3958 cil_println(0, "(role secadm_r)");
3965 cil_println(0, "(typeattribute " GEN_REQUIRE_ATTR ")");
3966 cil_println(0, "(roleattribute " GEN_REQUIRE_ATTR ")");