Searched refs:ALLOWS (Results 1 – 1 of 1) sorted by relevance
/external/selinux/libsepol/cil/src/ |
D | cil_policy.c | 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() [all …]
|