• Home
  • Raw
  • Download

Lines Matching refs:fqn

86 	*sepol_user = hashtab_search(pdb->p_users.table, datum->fqn);  in __cil_get_sepol_user_datum()
88 cil_log(CIL_INFO, "Failed to find user %s in sepol hashtab\n", datum->fqn); in __cil_get_sepol_user_datum()
97 *sepol_role = hashtab_search(pdb->p_roles.table, datum->fqn); in __cil_get_sepol_role_datum()
99 cil_log(CIL_INFO, "Failed to find role %s in sepol hashtab\n", datum->fqn); in __cil_get_sepol_role_datum()
108 *sepol_type = hashtab_search(pdb->p_types.table, datum->fqn); in __cil_get_sepol_type_datum()
110 cil_log(CIL_INFO, "Failed to find type %s in sepol hashtab\n", datum->fqn); in __cil_get_sepol_type_datum()
119 *sepol_class = hashtab_search(pdb->p_classes.table, datum->fqn); in __cil_get_sepol_class_datum()
121 cil_log(CIL_INFO, "Failed to find class %s in sepol hashtab\n", datum->fqn); in __cil_get_sepol_class_datum()
130 *sepol_cat = hashtab_search(pdb->p_cats.table, datum->fqn); in __cil_get_sepol_cat_datum()
132 cil_log(CIL_INFO, "Failed to find category %s in sepol hashtab\n", datum->fqn); in __cil_get_sepol_cat_datum()
141 *sepol_level = hashtab_search(pdb->p_levels.table, datum->fqn); in __cil_get_sepol_level_datum()
143 cil_log(CIL_INFO, "Failed to find level %s in sepol hashtab\n", datum->fqn); in __cil_get_sepol_level_datum()
254 key = cil_strdup(cil_common->datum.fqn); in cil_common_to_policydb()
272 key = cil_strdup(curr->datum.fqn); in cil_common_to_policydb()
307 key = cil_strdup(cil_class->datum.fqn); in cil_classorder_to_policydb()
327 key = cil_class->common->datum.fqn; in cil_classorder_to_policydb()
350 key = cil_strdup(cil_perm->datum.fqn); in cil_classorder_to_policydb()
377 if (cil_role->datum.fqn == CIL_KEY_OBJECT_R) { in cil_role_to_policydb()
384 key = cil_strdup(cil_role->datum.fqn); in cil_role_to_policydb()
423 cil_log(CIL_ERR, "Failed to insert role bounds for role %s\n", cil_role->datum.fqn); in cil_role_bounds_to_policydb()
470 key = cil_strdup(cil_type->datum.fqn); in cil_type_to_policydb()
508 cil_log(CIL_ERR, "Failed to insert type bounds for type %s\n", cil_type->datum.fqn); in cil_type_bounds_to_policydb()
525 key = cil_strdup(cil_alias->datum.fqn); in cil_typealias_to_policydb()
579 key = cil_strdup(cil_attr->datum.fqn); in cil_typeattribute_to_policydb()
671 capnum = sepol_polcap_getnum(cil_polcap->datum.fqn); in cil_policycap_to_policydb()
694 key = cil_strdup(cil_user->datum.fqn); in cil_user_to_policydb()
729 cil_log(CIL_ERR, "Failed to insert user bounds for user %s\n", cil_user->datum.fqn); in cil_user_bounds_to_policydb()
785 key = cil_strdup(cil_bool->datum.fqn); in cil_bool_to_policydb()
815 key = cil_strdup(cil_cat->datum.fqn); in cil_catorder_to_policydb()
843 key = cil_strdup(cil_alias->datum.fqn); in cil_catalias_to_policydb()
877 key = cil_strdup(cil_sens->datum.fqn); in cil_sensitivityorder_to_policydb()
909 key = cil_strdup(cil_alias->datum.fqn); in cil_sensalias_to_policydb()
1289 key = cil_perm->datum.fqn; in __cil_perms_to_datum()
1468 if (tgt->fqn == CIL_KEY_SELF) { in __cil_avrule_to_avtab()
1845 if (tgt->fqn == CIL_KEY_SELF) { in cil_avrulex_to_hashtable()
1958 if (DATUM(cil_typetrans->name)->fqn != CIL_KEY_STAR) { in __cil_cond_to_policydb_helper()
2006 *out = cil_strdup(DATUM(curr->data)->fqn); in __cil_expr_to_string_helper()
2089 char *key = DATUM(item->data)->fqn; in __cil_cond_item_to_sepol_expr()
3107 new_ocon->u.name = cil_strdup(cil_sid->datum.fqn); in cil_sidorder_to_policydb()
3110 cil_log(CIL_ERR,"Problem with context for SID %s\n",cil_sid->datum.fqn); in cil_sidorder_to_policydb()
3540 cil_log(CIL_ERR,"User default labeling for class %s already specified\n",DATUM(c->data)->fqn); in cil_default_to_policydb()
3548 cil_log(CIL_ERR,"Role default labeling for class %s already specified\n",DATUM(c->data)->fqn); in cil_default_to_policydb()
3556 cil_log(CIL_ERR,"Type default labeling for class %s already specified\n",DATUM(c->data)->fqn); in cil_default_to_policydb()
3593 …cil_log(CIL_ERR,"Range default labeling for class %s already specified\n", DATUM(curr->data)->fqn); in cil_defaultrange_to_policydb()
4493 cil_log(CIL_ERR,"(%s (", DATUM(cp->class)->fqn); in __cil_print_classperm()
4495 cil_log(CIL_ERR,"%s",DATUM(i2->data)->fqn); in __cil_print_classperm()
4504 cil_log(CIL_ERR,"%s", DATUM(cp_set->set)->fqn); in __cil_print_classperm()
4524 cil_log(CIL_ERR, "%s %s (%s)", kind_str, DATUM(px->obj)->fqn, expr_str); in __cil_print_permissionx()
4532 cil_log(CIL_ERR,"%s %s ", DATUM(avrule->src)->fqn, DATUM(avrule->tgt)->fqn); in __cil_print_rule()
4620 if (tgt->fqn == CIL_KEY_SELF) { in cil_check_neverallow()
4787 t->datum.fqn, t->bounds->datum.fqn); in cil_check_type_bounds()