Lines Matching refs:sepol_printf
430 sepol_printf(out, "(handleunknown %s)\n", action);
477 sepol_printf(out, "(class %s (%s))\n", name, perms);
480 sepol_printf(out, "(class %s ())\n", name);
485 sepol_printf(out, "(classorder (");
489 sepol_printf(out, "%s ", name);
494 sepol_printf(out, "%s", name);
496 sepol_printf(out, "))\n");
504 sepol_printf(out, "(classcommon %s %s)\n", name, class->comkey);
536 sepol_printf(out, "(common %s (%s))\n", name, perms);
592 sepol_printf(out, "(sid %s)\n", sid);
595 sepol_printf(out, "(sidorder (");
603 sepol_printf(out, "%s ", prev);
608 sepol_printf(out, "%s", prev);
610 sepol_printf(out, "))\n");
658 sepol_printf(out, "(defaultuser %s %s)\n", class_name, dft);
678 sepol_printf(out, "(defaultrole %s %s)\n", class_name, dft);
698 sepol_printf(out, "(defaulttype %s %s)\n", class_name, dft);
733 sepol_printf(out, "(defaultrange %s %s)\n", class_name, dft);
806 sepol_printf(out, "(sensitivity s0)\n");
807 sepol_printf(out, "(sensitivityorder (s0))\n");
808 sepol_printf(out, "(level %s (s0))\n", DEFAULT_LEVEL);
846 sepol_printf(out, "(sensitivity %s)\n", name);
850 sepol_printf(out, "(sensitivityorder (");
855 sepol_printf(out, "%s ", prev);
860 sepol_printf(out, "%s", prev);
862 sepol_printf(out, "))\n");
890 sepol_printf(out, "(sensitivityalias %s)\n", name);
902 sepol_printf(out, "(sensitivityaliasactual %s %s)\n", name, actual);
950 sepol_printf(out, "(category %s)\n", name);
954 sepol_printf(out, "(categoryorder (");
959 sepol_printf(out, "%s ", prev);
964 sepol_printf(out, "%s", prev);
966 sepol_printf(out, "))\n");
994 sepol_printf(out, "(categoryalias %s)\n", name);
1006 sepol_printf(out, "(categoryaliasactual %s %s)\n", name, actual);
1137 sepol_printf(out, "(sensitivitycategory %s %s)\n", name, cats);
1155 sepol_printf(out, "(mls false)\n");
1161 sepol_printf(out, "(mls true)\n");
1259 sepol_printf(out, "(typeattribute %s)\n", name);
1304 sepol_printf(out, "(roleattribute %s)\n", name);
1389 sepol_printf(out, "(type %s)\n", name);
1457 sepol_printf(out, "(typealias %s)\n", name);
1472 sepol_printf(out, "(typealiasactual %s %s)\n", name, type);
1526 sepol_printf(out, "(typebounds %s %s)\n", parent, child);
1616 sepol_printf(out, "(typepermissive %s)\n", name);
2152 sepol_printf(out, "(booleanif %s\n", expr);
2156 sepol_printf(out, "(true\n");
2162 sepol_printf(out, ")\n");
2167 sepol_printf(out, "(false\n");
2173 sepol_printf(out, ")\n");
2175 sepol_printf(out, ")\n");
2227 sepol_printf(out, "(role %s)\n", name);
2243 sepol_printf(out, "(rolebounds %s %s)\n", parent, child);
2273 sepol_printf(out, "(roletype %s %s)\n", name, type);
2305 sepol_printf(out, "(roletype %s %s)\n", DEFAULT_OBJECT, name);
2428 sepol_printf(out, "(user %s)\n", name);
2466 sepol_printf(out, "(userrole %s %s)\n", name, role);
2484 sepol_printf(out, "(userlevel %s ", name);
2492 sepol_printf(out, "%s", level);
2495 sepol_printf(out, "%s", DEFAULT_LEVEL);
2497 sepol_printf(out, ")\n");
2512 sepol_printf(out, "(userrange %s ", name);
2519 sepol_printf(out, "%s", range);
2522 sepol_printf(out, "(%s %s)", DEFAULT_LEVEL, DEFAULT_LEVEL);
2524 sepol_printf(out, ")\n");
2651 sepol_printf(out, "(fsuse %s %s %s)\n", behavior, name, ctx);
2782 sepol_printf(out, "(portcon %s %s %s)\n", protocol, low_high_str, ctx);
2817 sepol_printf(out, "(netifcon %s %s %s)\n", name, ctx1, ctx2);
2858 sepol_printf(out, "(nodecon (%s) (%s) %s)\n", addr, mask, ctx);
2898 sepol_printf(out, "(nodecon (%s) (%s) %s)\n", addr, mask, ctx);
2952 sepol_printf(out, "(ibpkeycon %s %s %s)\n", subnet_prefix_str, low_high_str, ctx);
2988 sepol_printf(out, "(ibendportcon %s %s %s)\n",
3029 sepol_printf(out, "(pirqcon %s %s)\n", pirq_str, ctx);
3072 sepol_printf(out, "(ioportcon %s %s)\n", low_high_str, ctx);
3115 sepol_printf(out, "(iomemcon %s %s)\n", low_high_str, ctx);
3150 sepol_printf(out, "(pcidevicecon %s %s)\n", device_str, ctx);
3179 sepol_printf(out, "(devicetreecon \"%s\" %s)\n", name, ctx);