Lines Matching refs:ALLOWS
63 #define ALLOWS 11 macro
615 …fprintf(file_arr[ALLOWS], "type_transition %s %s : %s %s;\n", src_str, tgt_str, obj_str, result_st… in cil_typerule_to_policy()
618 fprintf(file_arr[ALLOWS], "type_change %s %s : %s %s\n;", src_str, tgt_str, obj_str, result_str); in cil_typerule_to_policy()
621 fprintf(file_arr[ALLOWS], "type_member %s %s : %s %s;\n", src_str, tgt_str, obj_str, result_str); in cil_typerule_to_policy()
966 fprintf(file_arr[ALLOWS], "typebounds %s %s;\n", bnds->parent_str, bnds->child_str); in cil_name_to_policy()
1007 rc = cil_avrule_to_policy(file_arr, ALLOWS, avrule); in cil_name_to_policy()
1016 rc = cil_typerule_to_policy(file_arr, ALLOWS, rule); in cil_name_to_policy()
1025 rc = cil_nametypetransition_to_policy(file_arr, ALLOWS, nametypetrans); in cil_name_to_policy()
1038 …fprintf(file_arr[ALLOWS], "role_transition %s %s:%s %s;\n", src_str, tgt_str, obj_str, result_str); in cil_name_to_policy()
1046 fprintf(file_arr[ALLOWS], "roleallow %s %s;\n", src_str, tgt_str); in cil_name_to_policy()
1252 file_arr[ALLOWS] = fdopen(mkstemp(temp), "w+"); in cil_gen_policy()
1253 file_path_arr[ALLOWS] = cil_strpool_add(temp); in cil_gen_policy()