Lines Matching defs:roleallow
1042 struct cil_roleallow *roleallow = (struct cil_roleallow*)current->data;1043 char *src_str = ((struct cil_symtab_datum*)roleallow->src)->name;1044 char *tgt_str = ((struct cil_symtab_datum*)roleallow->tgt)->name;1046 fprintf(file_arr[ALLOWS], "roleallow %s %s;\n", src_str, tgt_str);