• Home
  • Raw
  • Download

Lines Matching refs:CIL_ERR

159 			cil_log(CIL_ERR, "Failed to copy user bits\n");  in __cil_expand_user()
166 cil_log(CIL_ERR, "Failed to set user bit\n"); in __cil_expand_user()
185 cil_log(CIL_ERR, "Failed to copy role bits\n"); in __cil_expand_role()
192 cil_log(CIL_ERR, "Failed to set role bit\n"); in __cil_expand_role()
211 cil_log(CIL_ERR, "Failed to copy type bits\n"); in __cil_expand_type()
218 cil_log(CIL_ERR, "Failed to set type bit\n"); in __cil_expand_type()
423 cil_log(CIL_ERR, "Failed to insert role bounds for role %s\n", cil_role->datum.fqn); in cil_role_bounds_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()
729 cil_log(CIL_ERR, "Failed to insert user bounds for user %s\n", cil_user->datum.fqn); in cil_user_bounds_to_policydb()
1021 …cil_log(CIL_ERR, "Conflicting type rules (scontext=%s tcontext=%s tclass=%s result=%s), existing=%… in __cil_insert_type_rule()
1027 cil_log(CIL_ERR, "Expanded from type rule (scontext=%s tcontext=%s tclass=%s result=%s)\n", in __cil_insert_type_rule()
1054 …cil_log(CIL_ERR, "Conflicting type rules (scontext=%s tcontext=%s tclass=%s result=%s), existing=%… in __cil_insert_type_rule()
1060 cil_log(CIL_ERR, "Expanded from type rule (scontext=%s tcontext=%s tclass=%s result=%s)\n", in __cil_insert_type_rule()
1212 cil_log(CIL_ERR, "Conflicting name type transition rules\n"); in __cil_typetransition_to_avtab()
1217 cil_log(CIL_ERR, "Out of memory\n"); in __cil_typetransition_to_avtab()
1226 cil_log(CIL_ERR, "Out of memory\n"); in __cil_typetransition_to_avtab()
1266 cil_log(CIL_ERR, "Failed to find datum for perm %s\n", perm_str); in __perm_str_to_datum()
1959 cil_log(CIL_ERR, "typetransition with file name not allowed within a booleanif block.\n"); in __cil_cond_to_policydb_helper()
1960 cil_tree_log(node, CIL_ERR,"Invalid typetransition statement"); in __cil_cond_to_policydb_helper()
1965 cil_tree_log(node, CIL_ERR, "Failed to insert type transition into avtab"); in __cil_cond_to_policydb_helper()
1973 cil_tree_log(node, CIL_ERR, "Failed to insert typerule into avtab"); in __cil_cond_to_policydb_helper()
1981 cil_tree_log(node, CIL_ERR, "Failed to insert avrule into avtab"); in __cil_cond_to_policydb_helper()
1989 cil_tree_log(node, CIL_ERR, "Invalid statement within booleanif"); in __cil_cond_to_policydb_helper()
2310 cil_tree_log(true_node, CIL_ERR, "Failure while walking true conditional block"); in cil_booleanif_to_policydb()
2319 cil_tree_log(false_node, CIL_ERR, "Failure while walking false conditional block"); in cil_booleanif_to_policydb()
2386 cil_log(CIL_ERR, "Conflicting role transition rules\n"); in cil_roletrans_to_policydb()
2391 cil_log(CIL_ERR, "Out of memory\n"); in cil_roletrans_to_policydb()
2862 cil_log(CIL_ERR, "Failed to insert constraint into policydb\n"); in cil_constrain_to_policydb()
3075 cil_log(CIL_ERR,"Problem with MLS\n"); in __cil_context_to_sepol_context()
3110 cil_log(CIL_ERR,"Problem with context for SID %s\n",cil_sid->datum.fqn); in cil_sidorder_to_policydb()
3180 cil_log(CIL_ERR, "Conflicting Range transition rules\n"); in cil_rangetransition_to_policydb()
3185 cil_log(CIL_ERR, "Out of memory\n"); in cil_rangetransition_to_policydb()
3197 cil_log(CIL_ERR, "Out of memory\n"); in cil_rangetransition_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()
3789 cil_tree_log(node, CIL_ERR, "Binary policy creation failed"); in __cil_node_to_policydb()
4093 cil_log(CIL_ERR, "Failed to create policy db\n"); in __cil_policydb_create()
4482 cil_tree_log(n, CIL_ERR,"%s%s", pad, cil_node_to_string(n)); in __cil_print_parents()
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()
4497 cil_log(CIL_ERR," "); in __cil_print_classperm()
4499 cil_log(CIL_ERR,"))"); 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()
4531 cil_log(CIL_ERR,"%s(%s ", pad, kind); in __cil_print_rule()
4532 cil_log(CIL_ERR,"%s %s ", DATUM(avrule->src)->fqn, DATUM(avrule->tgt)->fqn); in __cil_print_rule()
4537 cil_log(CIL_ERR, "("); in __cil_print_rule()
4539 cil_log(CIL_ERR, ")"); in __cil_print_rule()
4542 cil_log(CIL_ERR,")\n"); in __cil_print_rule()
4573 cil_tree_log(node, CIL_ERR, "%s check failed", neverallow_str); in __cil_print_neverallow_failure()
4578 cil_log(CIL_ERR, "Error occurred while checking %s rules\n", neverallow_str); in __cil_print_neverallow_failure()
4589 cil_log(CIL_ERR,"\n"); in __cil_print_neverallow_failure()
4726 cil_log(CIL_ERR,"Failed to create CIL class-permissions from sepol values\n"); in cil_classperms_from_sepol()
4747 cil_log(CIL_ERR,"Failed to create CIL AV rule from sepol values\n"); in cil_avrule_from_sepol()
4786 cil_log(CIL_ERR, "Child type %s exceeds bounds of parent %s\n", in cil_check_type_bounds()
4794 cil_log(CIL_ERR, "Failed to convert sepol avrule to CIL\n"); in cil_check_type_bounds()
4801 cil_log(CIL_ERR, "Error occurred while checking type bounds\n"); in cil_check_type_bounds()
4811 cil_log(CIL_ERR, " <See previous>\n"); in cil_check_type_bounds()
4848 cil_log(CIL_ERR,"db == NULL\n"); in cil_binary_create_allocated_pdb()
4850 cil_log(CIL_ERR,"policydb == NULL\n"); in cil_binary_create_allocated_pdb()
4873 cil_log(CIL_ERR,"Problem in policydb_init\n"); in cil_binary_create_allocated_pdb()