Home
last modified time | relevance | path

Searched refs:CONSTRAINS (Results 1 – 1 of 1) sorted by relevance

/external/selinux/libsepol/cil/src/
Dcil_policy.c60 #define CONSTRAINS 8 macro
513 fprintf(file_arr[CONSTRAINS], "%s %s", kind, cp->class->datum.name); in cil_constrain_to_policy_helper()
514 cil_perms_to_policy(file_arr, CONSTRAINS, cp->perms); in cil_constrain_to_policy_helper()
515 fprintf(file_arr[CONSTRAINS], "\n\t"); in cil_constrain_to_policy_helper()
516 cil_expr_to_policy(file_arr, CONSTRAINS, expr); in cil_constrain_to_policy_helper()
517 fprintf(file_arr[CONSTRAINS], ";\n"); in cil_constrain_to_policy_helper()
1063 cil_constrain_to_policy(file_arr, CONSTRAINS, (struct cil_constrain*)current->data, flavor); in cil_name_to_policy()
1066 cil_constrain_to_policy(file_arr, CONSTRAINS, (struct cil_constrain*)current->data, flavor); in cil_name_to_policy()
1070 fprintf(file_arr[CONSTRAINS], "validatetrans"); in cil_name_to_policy()
1071 fprintf(file_arr[CONSTRAINS], " %s ", ((struct cil_class*)vt->class)->datum.name); in cil_name_to_policy()
[all …]