• Home
  • Raw
  • Download

Lines Matching refs:cil_log

83 		cil_log(CIL_INFO, "Failed to find user %s in sepol hashtab\n", datum->fqn);  in __cil_get_sepol_user_datum()
94 cil_log(CIL_INFO, "Failed to find role %s in sepol hashtab\n", datum->fqn); in __cil_get_sepol_role_datum()
105 cil_log(CIL_INFO, "Failed to find type %s in sepol hashtab\n", datum->fqn); in __cil_get_sepol_type_datum()
116 cil_log(CIL_INFO, "Failed to find class %s in sepol hashtab\n", datum->fqn); in __cil_get_sepol_class_datum()
127 cil_log(CIL_INFO, "Failed to find category %s in sepol hashtab\n", datum->fqn); in __cil_get_sepol_cat_datum()
138 cil_log(CIL_INFO, "Failed to find level %s in sepol hashtab\n", datum->fqn); in __cil_get_sepol_level_datum()
154 cil_log(CIL_ERR, "Failed to copy user bits\n"); in __cil_expand_user()
161 cil_log(CIL_ERR, "Failed to set user bit\n"); in __cil_expand_user()
180 cil_log(CIL_ERR, "Failed to copy role bits\n"); in __cil_expand_role()
187 cil_log(CIL_ERR, "Failed to set role bit\n"); in __cil_expand_role()
206 cil_log(CIL_ERR, "Failed to copy type bits\n"); in __cil_expand_type()
213 cil_log(CIL_ERR, "Failed to set type bit\n"); in __cil_expand_type()
385 cil_log(CIL_INFO, "Failed to set dominates bit for role\n"); in cil_role_to_policydb()
418 cil_log(CIL_ERR, "Failed to insert role bounds for role %s\n", cil_role->datum.fqn); in cil_role_bounds_to_policydb()
440 cil_log(CIL_INFO, "Failed to set type bit for role\n"); in cil_roletype_to_policydb()
501 cil_log(CIL_ERR, "Failed to insert type bounds for type %s\n", cil_type->datum.fqn); in cil_type_bounds_to_policydb()
720 cil_log(CIL_ERR, "Failed to insert user bounds for user %s\n", cil_user->datum.fqn); in cil_user_bounds_to_policydb()
751 cil_log(CIL_INFO, "Failed to set role bit for user\n"); in cil_userrole_to_policydb()
1008cil_log(CIL_ERR, "Conflicting type rules (scontext=%s tcontext=%s tclass=%s result=%s), existing=%… in __cil_insert_type_rule()
1014 cil_log(CIL_ERR, "Expanded from type rule (scontext=%s tcontext=%s tclass=%s result=%s)\n", in __cil_insert_type_rule()
1041cil_log(CIL_ERR, "Conflicting type rules (scontext=%s tcontext=%s tclass=%s result=%s), existing=%… in __cil_insert_type_rule()
1047 cil_log(CIL_ERR, "Expanded from type rule (scontext=%s tcontext=%s tclass=%s result=%s)\n", in __cil_insert_type_rule()
1191 cil_log(CIL_ERR, "Conflicting name type transition rules\n"); in __cil_typetransition_to_avtab_helper()
1196 cil_log(CIL_ERR, "Out of memory\n"); in __cil_typetransition_to_avtab_helper()
1305 cil_log(CIL_ERR, "Failed to find datum for perm %s\n", perm_str); in __perm_str_to_datum()
1986 cil_log(CIL_ERR, "typetransition with file name not allowed within a booleanif block.\n"); in __cil_cond_to_policydb_helper()
2120 cil_log(CIL_INFO, "Failed to find boolean\n"); in __cil_cond_item_to_sepol_expr()
2152 cil_log(CIL_INFO, "Expected boolean expression\n"); in __cil_cond_expr_to_sepol_expr_helper()
2191 cil_log(CIL_INFO, "Failed to get first operand of conditional expression\n"); in __cil_cond_expr_to_sepol_expr_helper()
2203 cil_log(CIL_INFO, "Failed to get second operand of conditional expression\n"); in __cil_cond_expr_to_sepol_expr_helper()
2217 cil_log(CIL_INFO, "Failed to get initial item in conditional list\n"); in __cil_cond_expr_to_sepol_expr_helper()
2224 cil_log(CIL_INFO, "Failed to get item in conditional list\n"); in __cil_cond_expr_to_sepol_expr_helper()
2268 cil_log(CIL_ERR,"Conditional expression exceeded max allowable depth\n"); in __cil_validate_cond_expr()
2275 cil_log(CIL_ERR,"Invalid conditional expression\n"); in __cil_validate_cond_expr()
2285 cil_log(CIL_ERR,"Invalid conditional expression\n"); in __cil_validate_cond_expr()
2291 cil_log(CIL_ERR,"Invalid conditional expression\n"); in __cil_validate_cond_expr()
2297 cil_log(CIL_ERR,"Invalid conditional expression\n"); in __cil_validate_cond_expr()
2466 cil_log(CIL_ERR, "Conflicting role transition rules\n"); in cil_roletrans_to_policydb()
2471 cil_log(CIL_ERR, "Out of memory\n"); in cil_roletrans_to_policydb()
2856 cil_log(CIL_ERR,"Invalid constraint expression\n"); in __cil_validate_constrain_expr()
2863 cil_log(CIL_ERR,"Invalid constraint expression\n"); in __cil_validate_constrain_expr()
2871 cil_log(CIL_ERR,"Constraint expression exceeded max allowable depth\n"); in __cil_validate_constrain_expr()
2877 cil_log(CIL_ERR,"Invalid constraint expression\n"); in __cil_validate_constrain_expr()
2883 cil_log(CIL_ERR,"Invalid constraint expression\n"); in __cil_validate_constrain_expr()
2986 cil_log(CIL_ERR, "Failed to insert constraint into policydb\n"); in cil_constrain_to_policydb()
3079 cil_log(CIL_INFO, "Failed to insert category set into sepol mls level\n"); in cil_sepol_level_define()
3110 cil_log(CIL_INFO, "Failed to insert category set into sepol mls level\n"); in cil_level_to_mls_level()
3199 cil_log(CIL_ERR,"Problem with MLS\n"); in __cil_context_to_sepol_context()
3219 cil_log(CIL_WARN, "No sidorder statement in policy\n"); in cil_sidorder_to_policydb()
3236 cil_log(CIL_ERR,"Problem with context for SID %s\n",cil_sid->datum.fqn); in cil_sidorder_to_policydb()
3300 cil_log(CIL_ERR, "Conflicting Range transition rules\n"); in cil_rangetransition_to_policydb()
3305 cil_log(CIL_ERR, "Out of memory\n"); in cil_rangetransition_to_policydb()
3349 cil_log(CIL_ERR, "ibpkeycon subnet prefix not in valid IPV6 format\n"); in cil_ibpkeycon_to_policydb()
3753 cil_log(CIL_ERR,"User default labeling for class %s already specified\n",DATUM(c->data)->fqn); in cil_default_to_policydb()
3761 cil_log(CIL_ERR,"Role default labeling for class %s already specified\n",DATUM(c->data)->fqn); in cil_default_to_policydb()
3769 cil_log(CIL_ERR,"Type default labeling for class %s already specified\n",DATUM(c->data)->fqn); in cil_default_to_policydb()
3806cil_log(CIL_ERR,"Range default labeling for class %s already specified\n", DATUM(curr->data)->fqn); in cil_defaultrange_to_policydb()
4284 cil_log(CIL_WARN, "Expression result was undefined - disabling all rules\n"); in __cil_set_conditional_state_and_flags()
4312 cil_log(CIL_ERR, "Failed to create policy db\n"); in __cil_policydb_create()
4676 cil_log(CIL_ERR,"(%s (", DATUM(cp->class)->fqn); in __cil_print_classperm()
4678 cil_log(CIL_ERR,"%s",DATUM(i2->data)->fqn); in __cil_print_classperm()
4680 cil_log(CIL_ERR," "); in __cil_print_classperm()
4682 cil_log(CIL_ERR,"))"); in __cil_print_classperm()
4687 cil_log(CIL_ERR,"%s", DATUM(cp_set->set)->fqn); in __cil_print_classperm()
4707 cil_log(CIL_ERR, "%s %s (%s)", kind_str, DATUM(px->obj)->fqn, expr_str); in __cil_print_permissionx()
4714 cil_log(CIL_ERR,"%s(%s ", pad, kind); in __cil_print_rule()
4715 cil_log(CIL_ERR,"%s %s ", DATUM(avrule->src)->fqn, DATUM(avrule->tgt)->fqn); in __cil_print_rule()
4720 cil_log(CIL_ERR, "("); in __cil_print_rule()
4722 cil_log(CIL_ERR, ")"); in __cil_print_rule()
4725 cil_log(CIL_ERR,")\n"); in __cil_print_rule()
4764 cil_log(CIL_ERR, "Error occurred while checking %s rules\n", neverallow_str); in __cil_print_neverallow_failure()
4779cil_log(CIL_ERR, " Only first 4 of %d matching rules shown (use \"-v\" to show all)\n", num_mat… in __cil_print_neverallow_failure()
4783 cil_log(CIL_ERR,"\n"); in __cil_print_neverallow_failure()
4921 cil_log(CIL_ERR,"Failed to create CIL class-permissions from sepol values\n"); in cil_classperms_from_sepol()
4942 cil_log(CIL_ERR,"Failed to create CIL AV rule from sepol values\n"); in cil_avrule_from_sepol()
4983 cil_log(CIL_ERR, "Child type %s exceeds bounds of parent %s\n", in cil_check_type_bounds()
4993 cil_log(CIL_ERR, "Failed to convert sepol avrule to CIL\n"); in cil_check_type_bounds()
5001 cil_log(CIL_ERR, "Error occurred while checking type bounds\n"); in cil_check_type_bounds()
5014 cil_log(CIL_ERR, " <See previous>\n"); in cil_check_type_bounds()
5022cil_log(CIL_ERR, " Only first 2 of %d matching rules shown (use \"-v\" to show all)\n", num_mat… in cil_check_type_bounds()
5030 cil_log(CIL_ERR, " Only first 4 of %d bad rules shown (use \"-v\" to show all)\n", numbad); in cil_check_type_bounds()
5059 cil_log(CIL_ERR,"db == NULL\n"); in cil_binary_create_allocated_pdb()
5061 cil_log(CIL_ERR,"policydb == NULL\n"); in cil_binary_create_allocated_pdb()
5084 cil_log(CIL_ERR,"Problem in policydb_init\n"); in cil_binary_create_allocated_pdb()
5090 cil_log(CIL_INFO, "Failure to create hashtab for role_trans\n"); in cil_binary_create_allocated_pdb()
5096 cil_log(CIL_INFO, "Failure to create hashtab for avrulex\n"); in cil_binary_create_allocated_pdb()
5114 cil_log(CIL_INFO, "Failure while walking cil database\n"); in cil_binary_create_allocated_pdb()
5121 cil_log(CIL_INFO, "Failure creating val_to_{struct,name} arrays\n"); in cil_binary_create_allocated_pdb()
5129 cil_log(CIL_INFO, "Failure creating avrulex rules\n"); in cil_binary_create_allocated_pdb()
5142 cil_log(CIL_INFO, "Failure while inserting cil contexts into sepol policydb\n"); in cil_binary_create_allocated_pdb()
5149 cil_log(CIL_INFO, "Failure while initializing typeattribute bitmap\n"); in cil_binary_create_allocated_pdb()
5159 cil_log(CIL_INFO, "Checking Neverallows\n"); in cil_binary_create_allocated_pdb()
5163 cil_log(CIL_INFO, "Checking User Bounds\n"); in cil_binary_create_allocated_pdb()
5169 cil_log(CIL_INFO, "Checking Role Bounds\n"); in cil_binary_create_allocated_pdb()
5175 cil_log(CIL_INFO, "Checking Type Bounds\n"); in cil_binary_create_allocated_pdb()
5188 cil_log(CIL_INFO, "Failure creating roles cache"); in cil_binary_create_allocated_pdb()
5194 cil_log(CIL_INFO, "Failure creating users cache"); in cil_binary_create_allocated_pdb()