• Home
  • Raw
  • Download

Lines Matching refs:CIL_ERR

158 			cil_log(CIL_ERR, "Failed to copy user bits\n");  in __cil_expand_user()
165 cil_log(CIL_ERR, "Failed to set user bit\n"); in __cil_expand_user()
184 cil_log(CIL_ERR, "Failed to copy role bits\n"); in __cil_expand_role()
191 cil_log(CIL_ERR, "Failed to set role bit\n"); in __cil_expand_role()
210 cil_log(CIL_ERR, "Failed to copy type bits\n"); in __cil_expand_type()
217 cil_log(CIL_ERR, "Failed to set type bit\n"); in __cil_expand_type()
422 cil_log(CIL_ERR, "Failed to insert role bounds for role %s\n", cil_role->datum.fqn); in cil_role_bounds_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()
724 cil_log(CIL_ERR, "Failed to insert user bounds for user %s\n", cil_user->datum.fqn); in cil_user_bounds_to_policydb()
1012 …cil_log(CIL_ERR, "Conflicting type rules (scontext=%s tcontext=%s tclass=%s result=%s), existing=%… in __cil_insert_type_rule()
1018 cil_log(CIL_ERR, "Expanded from type rule (scontext=%s tcontext=%s tclass=%s result=%s)\n", in __cil_insert_type_rule()
1045 …cil_log(CIL_ERR, "Conflicting type rules (scontext=%s tcontext=%s tclass=%s result=%s), existing=%… in __cil_insert_type_rule()
1051 cil_log(CIL_ERR, "Expanded from type rule (scontext=%s tcontext=%s tclass=%s result=%s)\n", in __cil_insert_type_rule()
1196 cil_log(CIL_ERR, "Conflicting name type transition rules\n"); in __cil_typetransition_to_avtab()
1201 cil_log(CIL_ERR, "Out of memory\n"); in __cil_typetransition_to_avtab()
1239 cil_log(CIL_ERR, "Failed to find datum for perm %s\n", perm_str); in __perm_str_to_datum()
1919 cil_log(CIL_ERR, "typetransition with file name not allowed within a booleanif block.\n"); in __cil_cond_to_policydb_helper()
1920 cil_tree_log(node, CIL_ERR,"Invalid typetransition statement"); in __cil_cond_to_policydb_helper()
1925 cil_tree_log(node, CIL_ERR, "Failed to insert type transition into avtab"); in __cil_cond_to_policydb_helper()
1933 cil_tree_log(node, CIL_ERR, "Failed to insert typerule into avtab"); in __cil_cond_to_policydb_helper()
1941 cil_tree_log(node, CIL_ERR, "Failed to insert avrule into avtab"); in __cil_cond_to_policydb_helper()
1949 cil_tree_log(node, CIL_ERR, "Invalid statement within booleanif"); in __cil_cond_to_policydb_helper()
2272 cil_tree_log(true_node, CIL_ERR, "Failure while walking true conditional block"); in cil_booleanif_to_policydb()
2281 cil_tree_log(false_node, CIL_ERR, "Failure while walking false conditional block"); in cil_booleanif_to_policydb()
2349 cil_log(CIL_ERR, "Conflicting role transition rules\n"); in cil_roletrans_to_policydb()
2354 cil_log(CIL_ERR, "Out of memory\n"); in cil_roletrans_to_policydb()
2813 cil_log(CIL_ERR, "Failed to insert constraint into policydb\n"); in cil_constrain_to_policydb()
3026 cil_log(CIL_ERR,"Problem with MLS\n"); in __cil_context_to_sepol_context()
3063 cil_log(CIL_ERR,"Problem with context for SID %s\n",cil_sid->datum.fqn); in cil_sidorder_to_policydb()
3127 cil_log(CIL_ERR, "Conflicting Range transition rules\n"); in cil_rangetransition_to_policydb()
3132 cil_log(CIL_ERR, "Out of memory\n"); in cil_rangetransition_to_policydb()
3167 cil_log(CIL_ERR, "ibpkeycon subnet prefix not in valid IPV6 format\n"); in cil_ibpkeycon_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()
3779 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()
4447 cil_tree_log(n, CIL_ERR,"%s%s", pad, cil_node_to_string(n)); in __cil_print_parents()
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()
4462 cil_log(CIL_ERR," "); in __cil_print_classperm()
4464 cil_log(CIL_ERR,"))"); 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()
4496 cil_log(CIL_ERR,"%s(%s ", pad, kind); in __cil_print_rule()
4497 cil_log(CIL_ERR,"%s %s ", DATUM(avrule->src)->fqn, DATUM(avrule->tgt)->fqn); in __cil_print_rule()
4502 cil_log(CIL_ERR, "("); in __cil_print_rule()
4504 cil_log(CIL_ERR, ")"); in __cil_print_rule()
4507 cil_log(CIL_ERR,")\n"); in __cil_print_rule()
4538 cil_tree_log(node, CIL_ERR, "%s check failed", neverallow_str); in __cil_print_neverallow_failure()
4543 cil_log(CIL_ERR, "Error occurred while checking %s rules\n", neverallow_str); in __cil_print_neverallow_failure()
4554 cil_log(CIL_ERR,"\n"); in __cil_print_neverallow_failure()
4692 cil_log(CIL_ERR,"Failed to create CIL class-permissions from sepol values\n"); in cil_classperms_from_sepol()
4713 cil_log(CIL_ERR,"Failed to create CIL AV rule from sepol values\n"); in cil_avrule_from_sepol()
4752 cil_log(CIL_ERR, "Child type %s exceeds bounds of parent %s\n", in cil_check_type_bounds()
4760 cil_log(CIL_ERR, "Failed to convert sepol avrule to CIL\n"); in cil_check_type_bounds()
4767 cil_log(CIL_ERR, "Error occurred while checking type bounds\n"); in cil_check_type_bounds()
4777 cil_log(CIL_ERR, " <See previous>\n"); in cil_check_type_bounds()
4812 cil_log(CIL_ERR,"db == NULL\n"); in cil_binary_create_allocated_pdb()
4814 cil_log(CIL_ERR,"policydb == NULL\n"); in cil_binary_create_allocated_pdb()
4837 cil_log(CIL_ERR,"Problem in policydb_init\n"); in cil_binary_create_allocated_pdb()