Lines Matching refs:fqn
85 *sepol_user = hashtab_search(pdb->p_users.table, datum->fqn); in __cil_get_sepol_user_datum()
87 cil_log(CIL_INFO, "Failed to find user %s in sepol hashtab\n", datum->fqn); in __cil_get_sepol_user_datum()
96 *sepol_role = hashtab_search(pdb->p_roles.table, datum->fqn); in __cil_get_sepol_role_datum()
98 cil_log(CIL_INFO, "Failed to find role %s in sepol hashtab\n", datum->fqn); in __cil_get_sepol_role_datum()
107 *sepol_type = hashtab_search(pdb->p_types.table, datum->fqn); in __cil_get_sepol_type_datum()
109 cil_log(CIL_INFO, "Failed to find type %s in sepol hashtab\n", datum->fqn); in __cil_get_sepol_type_datum()
118 *sepol_class = hashtab_search(pdb->p_classes.table, datum->fqn); in __cil_get_sepol_class_datum()
120 cil_log(CIL_INFO, "Failed to find class %s in sepol hashtab\n", datum->fqn); in __cil_get_sepol_class_datum()
129 *sepol_cat = hashtab_search(pdb->p_cats.table, datum->fqn); in __cil_get_sepol_cat_datum()
131 cil_log(CIL_INFO, "Failed to find category %s in sepol hashtab\n", datum->fqn); in __cil_get_sepol_cat_datum()
140 *sepol_level = hashtab_search(pdb->p_levels.table, datum->fqn); in __cil_get_sepol_level_datum()
142 cil_log(CIL_INFO, "Failed to find level %s in sepol hashtab\n", datum->fqn); in __cil_get_sepol_level_datum()
253 key = cil_strdup(cil_common->datum.fqn); in cil_common_to_policydb()
271 key = cil_strdup(curr->datum.fqn); in cil_common_to_policydb()
306 key = cil_strdup(cil_class->datum.fqn); in cil_classorder_to_policydb()
326 key = cil_class->common->datum.fqn; in cil_classorder_to_policydb()
349 key = cil_strdup(cil_perm->datum.fqn); in cil_classorder_to_policydb()
376 if (cil_role->datum.fqn == CIL_KEY_OBJECT_R) { in cil_role_to_policydb()
383 key = cil_strdup(cil_role->datum.fqn); in cil_role_to_policydb()
422 cil_log(CIL_ERR, "Failed to insert role bounds for role %s\n", cil_role->datum.fqn); in cil_role_bounds_to_policydb()
467 key = cil_strdup(cil_type->datum.fqn); in cil_type_to_policydb()
505 cil_log(CIL_ERR, "Failed to insert type bounds for type %s\n", cil_type->datum.fqn); in cil_type_bounds_to_policydb()
522 key = cil_strdup(cil_alias->datum.fqn); in cil_typealias_to_policydb()
576 key = cil_strdup(cil_attr->datum.fqn); in cil_typeattribute_to_policydb()
666 capnum = sepol_polcap_getnum(cil_polcap->datum.fqn); in cil_policycap_to_policydb()
689 key = cil_strdup(cil_user->datum.fqn); in cil_user_to_policydb()
724 cil_log(CIL_ERR, "Failed to insert user bounds for user %s\n", cil_user->datum.fqn); in cil_user_bounds_to_policydb()
776 key = cil_strdup(cil_bool->datum.fqn); in cil_bool_to_policydb()
806 key = cil_strdup(cil_cat->datum.fqn); in cil_catorder_to_policydb()
834 key = cil_strdup(cil_alias->datum.fqn); in cil_catalias_to_policydb()
868 key = cil_strdup(cil_sens->datum.fqn); in cil_sensitivityorder_to_policydb()
900 key = cil_strdup(cil_alias->datum.fqn); in cil_sensalias_to_policydb()
1262 key = cil_perm->datum.fqn; in __cil_perms_to_datum()
1441 if (tgt->fqn == CIL_KEY_SELF) { in __cil_avrule_to_avtab()
1812 if (tgt->fqn == CIL_KEY_SELF) { in cil_avrulex_to_hashtable()
1918 if (DATUM(cil_typetrans->name)->fqn != CIL_KEY_STAR) { in __cil_cond_to_policydb_helper()
1966 *out = cil_strdup(DATUM(curr->data)->fqn); in __cil_expr_to_string_helper()
2050 char *key = DATUM(item->data)->fqn; in __cil_cond_item_to_sepol_expr()
3060 new_ocon->u.name = cil_strdup(cil_sid->datum.fqn); in cil_sidorder_to_policydb()
3063 cil_log(CIL_ERR,"Problem with context for SID %s\n",cil_sid->datum.fqn); in cil_sidorder_to_policydb()
3534 cil_log(CIL_ERR,"User default labeling for class %s already specified\n",DATUM(c->data)->fqn); in cil_default_to_policydb()
3542 cil_log(CIL_ERR,"Role default labeling for class %s already specified\n",DATUM(c->data)->fqn); in cil_default_to_policydb()
3550 cil_log(CIL_ERR,"Type default labeling for class %s already specified\n",DATUM(c->data)->fqn); in cil_default_to_policydb()
3587 …cil_log(CIL_ERR,"Range default labeling for class %s already specified\n", DATUM(curr->data)->fqn); in cil_defaultrange_to_policydb()
4458 cil_log(CIL_ERR,"(%s (", DATUM(cp->class)->fqn); in __cil_print_classperm()
4460 cil_log(CIL_ERR,"%s",DATUM(i2->data)->fqn); in __cil_print_classperm()
4469 cil_log(CIL_ERR,"%s", DATUM(cp_set->set)->fqn); in __cil_print_classperm()
4489 cil_log(CIL_ERR, "%s %s (%s)", kind_str, DATUM(px->obj)->fqn, expr_str); in __cil_print_permissionx()
4497 cil_log(CIL_ERR,"%s %s ", DATUM(avrule->src)->fqn, DATUM(avrule->tgt)->fqn); in __cil_print_rule()
4585 if (tgt->fqn == CIL_KEY_SELF) { in cil_check_neverallow()
4753 t->datum.fqn, t->bounds->datum.fqn); in cil_check_type_bounds()