Lines Matching refs:datum

318 int cil_verify_no_self_reference(struct cil_symtab_datum *datum, struct cil_list *datum_list)  in cil_verify_no_self_reference()  argument
325 if (d == datum) { in cil_verify_no_self_reference()
326 cil_log(CIL_ERR,"Self-reference found for %s\n",datum->name); in cil_verify_no_self_reference()
330 int rc = cil_verify_no_self_reference(datum, i->data); in cil_verify_no_self_reference()
380 …cil_log(CIL_ERR, "SID %s not in sidorder statement at line %d of %s\n", sid->datum.name, node->lin… in __cil_verify_ordered_node_helper()
386 …cil_log(CIL_ERR, "Class %s not in classorder statement at line %d of %s\n", class->datum.name, nod… in __cil_verify_ordered_node_helper()
392 …cil_log(CIL_ERR, "Category %s not in categoryorder statement at line %d of %s\n", cat->datum.name,… in __cil_verify_ordered_node_helper()
398 …nsitivity %s not in sensitivityorder statement at line %d of %s\n", sens->datum.name, node->line, … in __cil_verify_ordered_node_helper()
432 struct cil_tree_node *node = sid->datum.nodes->head->data; in __cil_verify_initsids()
433 …cil_log(CIL_ERR, "No context assigned to SID %s declared at line %d in %s\n",sid->datum.name, node… in __cil_verify_initsids()
459 cil_log(CIL_ERR, "Failed to find category %s in category list\n", cat->datum.name); in __cil_verify_cat_in_cats()
476 cil_log(CIL_ERR, "No categories can be used with sensitivity %s\n", sens->datum.name); in __cil_verify_cats_associated_with_sens()
492 cat->datum.name, sens->datum.name); in __cil_verify_cats_associated_with_sens()
524 high->datum.name, low->datum.name); in __cil_verify_levelrange_sensitivity()
611 cil_log(CIL_ERR, "User %s does not have a default level\n", user->datum.name); in __cil_verify_user_pre_eval()
614 cil_log(CIL_ERR, "User %s does not have a level range\n", user->datum.name); in __cil_verify_user_pre_eval()
624 cil_log(CIL_ERR, "Circular bounds found for user %s\n", u1->datum.name); in __cil_verify_user_pre_eval()
651 if (user->range->datum.name == NULL) { in __cil_verify_user_post_eval()
675 cil_log(CIL_ERR, "Circular bounds found for role %s\n", r1->datum.name); in __cil_verify_role()
706 cil_log(CIL_ERR, "Circular bounds found for type %s\n", t1->datum.name); in __cil_verify_type()
765 if (ctx->range->datum.name == NULL) { in __cil_verify_context()
852 struct cil_complex_symtab_datum *datum = NULL; in __cil_verify_rule() local
853 cil_complex_symtab_search(symtab, &ckey, &datum); in __cil_verify_rule()
854 if (datum == NULL) { in __cil_verify_rule()
992 if (if_ctx->datum.name == NULL) { in __cil_verify_netifcon()
1000 if (pkt_ctx->datum.name == NULL) { in __cil_verify_netifcon()
1021 if (ctx->datum.name == NULL) { in __cil_verify_genfscon()
1047 if (ctx->datum.name == NULL) { in __cil_verify_filecon()
1069 if (ctx->datum.name == NULL) { in __cil_verify_nodecon()
1090 if (ctx->datum.name == NULL) { in __cil_verify_portcon()
1111 if (ctx->datum.name == NULL) { in __cil_verify_pirqcon()
1132 if (ctx->datum.name == NULL) { in __cil_verify_iomemcon()
1153 if (ctx->datum.name == NULL) { in __cil_verify_ioportcon()
1174 if (ctx->datum.name == NULL) { in __cil_verify_pcidevicecon()
1195 if (ctx->datum.name == NULL) { in __cil_verify_devicetreecon()
1216 if (ctx->datum.name == NULL) { in __cil_verify_fsuse()
1260 …of %s: %s is not a permission of class %s\n", node->line, node->path, kind_str, class->datum.name); in __cil_verify_permissionx()
1290 struct cil_tree_node *common_node = common->datum.nodes->head->data; in __cil_verify_class()
1304 if (com_perm->datum.name == class_perm->datum.name) { in __cil_verify_class()
1305 …L_ERR, "Duplicate permissions between %s common and class declarations\n", class_perm->datum.name); in __cil_verify_class()
1324 rc = sepol_polcap_getnum((const char*)polcap->datum.name); in __cil_verify_policycap()
1333 (const char*)polcap->datum.name, node->line, node->path); in __cil_verify_policycap()
1514 if (&cmp->datum == orig) { in __cil_verify_classperms()
1527 if (&cp->datum == orig) { in __cil_verify_classperms()
1550 …permission %s does not have a classpermissionset at line %d of %s\n", cp->datum.name, node->line, … in __cil_verify_classpermission()
1555 rc = __cil_verify_classperms(cp->classperms, &cp->datum); in __cil_verify_classpermission()
1557 …d circular class permissions involving the set %s at line %d of %s\n",cp->datum.name, node->line, … in __cil_verify_classpermission()
1580 …have a classmapping for %s at line %d of %s\n", map_args->class->datum.name, cmp->datum.name, map_… in __verify_map_perm_classperms()
1585 rc = __cil_verify_classperms(cmp->classperms, &cmp->datum); in __verify_map_perm_classperms()
1587 …class %s and permission %s at line %d of %s\n", map_args->class->datum.name, cmp->datum.name, map_… in __verify_map_perm_classperms()