Lines Matching refs:fqn

90 	*sepol_user = hashtab_search(pdb->p_users.table, datum->fqn);  in __cil_get_sepol_user_datum()
92 cil_log(CIL_INFO, "Failed to find user %s in sepol hashtab\n", datum->fqn); in __cil_get_sepol_user_datum()
101 *sepol_role = hashtab_search(pdb->p_roles.table, datum->fqn); in __cil_get_sepol_role_datum()
103 cil_log(CIL_INFO, "Failed to find role %s in sepol hashtab\n", datum->fqn); in __cil_get_sepol_role_datum()
112 *sepol_type = hashtab_search(pdb->p_types.table, datum->fqn); in __cil_get_sepol_type_datum()
114 cil_log(CIL_INFO, "Failed to find type %s in sepol hashtab\n", datum->fqn); in __cil_get_sepol_type_datum()
123 *sepol_class = hashtab_search(pdb->p_classes.table, datum->fqn); in __cil_get_sepol_class_datum()
125 cil_log(CIL_INFO, "Failed to find class %s in sepol hashtab\n", datum->fqn); in __cil_get_sepol_class_datum()
134 *sepol_cat = hashtab_search(pdb->p_cats.table, datum->fqn); in __cil_get_sepol_cat_datum()
136 cil_log(CIL_INFO, "Failed to find category %s in sepol hashtab\n", datum->fqn); in __cil_get_sepol_cat_datum()
145 *sepol_level = hashtab_search(pdb->p_levels.table, datum->fqn); in __cil_get_sepol_level_datum()
147 cil_log(CIL_INFO, "Failed to find level %s in sepol hashtab\n", datum->fqn); in __cil_get_sepol_level_datum()
258 key = cil_strdup(cil_common->datum.fqn); in cil_common_to_policydb()
276 key = cil_strdup(curr->datum.fqn); in cil_common_to_policydb()
311 key = cil_strdup(cil_class->datum.fqn); in cil_classorder_to_policydb()
331 key = cil_class->common->datum.fqn; in cil_classorder_to_policydb()
354 key = cil_strdup(cil_perm->datum.fqn); in cil_classorder_to_policydb()
381 if (cil_role->datum.fqn == CIL_KEY_OBJECT_R) { in cil_role_to_policydb()
388 key = cil_strdup(cil_role->datum.fqn); in cil_role_to_policydb()
427 cil_log(CIL_ERR, "Failed to insert role bounds for role %s\n", cil_role->datum.fqn); in cil_role_bounds_to_policydb()
474 key = cil_strdup(cil_type->datum.fqn); in cil_type_to_policydb()
512 cil_log(CIL_ERR, "Failed to insert type bounds for type %s\n", cil_type->datum.fqn); in cil_type_bounds_to_policydb()
529 key = cil_strdup(cil_alias->datum.fqn); in cil_typealias_to_policydb()
583 key = cil_strdup(cil_attr->datum.fqn); in cil_typeattribute_to_policydb()
675 capnum = sepol_polcap_getnum(cil_polcap->datum.fqn); in cil_policycap_to_policydb()
698 key = cil_strdup(cil_user->datum.fqn); in cil_user_to_policydb()
733 cil_log(CIL_ERR, "Failed to insert user bounds for user %s\n", cil_user->datum.fqn); in cil_user_bounds_to_policydb()
789 key = cil_strdup(cil_bool->datum.fqn); in cil_bool_to_policydb()
819 key = cil_strdup(cil_cat->datum.fqn); in cil_catorder_to_policydb()
847 key = cil_strdup(cil_alias->datum.fqn); in cil_catalias_to_policydb()
881 key = cil_strdup(cil_sens->datum.fqn); in cil_sensitivityorder_to_policydb()
913 key = cil_strdup(cil_alias->datum.fqn); in cil_sensalias_to_policydb()
1293 key = cil_perm->datum.fqn; in __cil_perms_to_datum()
1472 if (tgt->fqn == CIL_KEY_SELF) { in __cil_avrule_to_avtab()
1851 if (tgt->fqn == CIL_KEY_SELF) { in cil_avrulex_to_hashtable()
1964 if (DATUM(cil_typetrans->name)->fqn != CIL_KEY_STAR) { in __cil_cond_to_policydb_helper()
2012 *out = cil_strdup(DATUM(curr->data)->fqn); in __cil_expr_to_string_helper()
2096 char *key = DATUM(item->data)->fqn; in __cil_cond_item_to_sepol_expr()
3121 new_ocon->u.name = cil_strdup(cil_sid->datum.fqn); in cil_sidorder_to_policydb()
3124 cil_log(CIL_ERR,"Problem with context for SID %s\n",cil_sid->datum.fqn); in cil_sidorder_to_policydb()
3615 cil_log(CIL_ERR,"User default labeling for class %s already specified\n",DATUM(c->data)->fqn); in cil_default_to_policydb()
3623 cil_log(CIL_ERR,"Role default labeling for class %s already specified\n",DATUM(c->data)->fqn); in cil_default_to_policydb()
3631 cil_log(CIL_ERR,"Type default labeling for class %s already specified\n",DATUM(c->data)->fqn); in cil_default_to_policydb()
3668 …cil_log(CIL_ERR,"Range default labeling for class %s already specified\n", DATUM(curr->data)->fqn); in cil_defaultrange_to_policydb()
4578 cil_log(CIL_ERR,"(%s (", DATUM(cp->class)->fqn); in __cil_print_classperm()
4580 cil_log(CIL_ERR,"%s",DATUM(i2->data)->fqn); in __cil_print_classperm()
4589 cil_log(CIL_ERR,"%s", DATUM(cp_set->set)->fqn); in __cil_print_classperm()
4609 cil_log(CIL_ERR, "%s %s (%s)", kind_str, DATUM(px->obj)->fqn, expr_str); in __cil_print_permissionx()
4617 cil_log(CIL_ERR,"%s %s ", DATUM(avrule->src)->fqn, DATUM(avrule->tgt)->fqn); in __cil_print_rule()
4705 if (tgt->fqn == CIL_KEY_SELF) { in cil_check_neverallow()
4873 t->datum.fqn, t->bounds->datum.fqn); in cil_check_type_bounds()