Home | History | Annotate | Download | only in src

Lines Matching refs:CIL_ERR

57 		cil_log(CIL_ERR, "Name is NULL\n");
63 cil_log(CIL_ERR, "Name length greater than max name length of %d",
70 cil_log(CIL_ERR, "First character in %s is not a letter\n", name);
76 cil_log(CIL_ERR, "Invalid character \"%c\" in %s\n", name[i], name);
83 cil_log(CIL_ERR, "Invalid name\n");
149 cil_log(CIL_ERR, "Invalid syntax\n");
176 cil_log(CIL_ERR,"Invalid operator (%s) for set expression\n", (char*)current->data);
182 cil_log(CIL_ERR,"Invalid operator (%s) for boolean or tunable expression\n", (char*)current->data);
190 cil_log(CIL_ERR,"Operator (%s) only valid for catset and permissionx expression\n", (char*)current->data);
202 cil_log(CIL_ERR,"Unexpected value (%s) for expression operator\n", (char*)current->data);
221 cil_log(CIL_ERR, "l1, l2, h1, and h2 cannot be used on the left side with a string or list on the right side\n");
225 cil_log(CIL_ERR, "u3, r3, and t3 can only be used with mlsvalidatetrans rules\n");
232 cil_log(CIL_ERR, "u2 on the right side must be used with eq or neq as the operator\n");
235 cil_log(CIL_ERR, "u2 on the right side must be used with u1 on the left\n");
240 cil_log(CIL_ERR, "r2 on the right side must be used with r1 on the left\n");
245 cil_log(CIL_ERR, "t2 on the right side must be used with eq or neq as the operator\n");
248 cil_log(CIL_ERR, "t2 on the right side must be used with t1 on the left\n");
253 cil_log(CIL_ERR, "l2 on the right side must be used with l1 or h1 on the left\n");
258 cil_log(CIL_ERR, "h2 on the right side must be used with l1, l2, or h1 on the left\n");
263 cil_log(CIL_ERR, "h1 on the right side must be used with l1 on the left\n");
308 cil_log(CIL_ERR, "Invalid operator (%s) for constraint expression\n", (char*)current->data);
314 cil_log(CIL_ERR, "Invalid constraint syntax\n");
332 cil_log(CIL_ERR,"Self-reference found for %s\n",datum->name);
369 cil_log(CIL_ERR,"Invalid Range syntax\n");
386 cil_tree_log(node, CIL_ERR, "SID %s not in sidorder statement", sid->datum.name);
392 cil_tree_log(node, CIL_ERR, "Class %s not in classorder statement", class->datum.name);
398 cil_tree_log(node, CIL_ERR, "Category %s not in categoryorder statement", cat->datum.name);
404 cil_tree_log(node, CIL_ERR, "Sensitivity %s not in sensitivityorder statement", sens->datum.name);
431 cil_log(CIL_ERR, "At least one initial sid must be defined in the policy\n");
439 cil_tree_log(node, CIL_ERR, "No context assigned to SID %s declared",sid->datum.name);
465 cil_log(CIL_ERR, "Failed to find category %s in category list\n", cat->datum.name);
482 cil_log(CIL_ERR, "No categories can be used with sensitivity %s\n", sens->datum.name);
497 cil_log(CIL_ERR, "Category %s cannot be used with sensitivity %s\n",
529 cil_log(CIL_ERR, "Sensitivity %s does not dominate %s\n",
559 cil_log(CIL_ERR, "Low level category set must be a subset of the high level category set\n");
579 cil_log(CIL_ERR, "Low level sensitivity and categories are not associated\n");
585 cil_log(CIL_ERR, "High level sensitivity and categories are not associated\n");
607 cil_tree_log(node, CIL_ERR, "Invalid named range");
617 cil_log(CIL_ERR, "User %s does not have a default level\n", user->datum.name);
620 cil_log(CIL_ERR, "User %s does not have a level range\n", user->datum.name);
630 cil_log(CIL_ERR, "Circular bounds found for user %s\n", u1->datum.name);
647 cil_tree_log(node, CIL_ERR, "Invalid user");
666 cil_tree_log(node, CIL_ERR, "Invalid user");
681 cil_log(CIL_ERR, "Circular bounds found for role %s\n", r1->datum.name);
697 cil_tree_log(node, CIL_ERR, "Invalid role");
712 cil_log(CIL_ERR, "Circular bounds found for type %s\n", t1->datum.name);
728 cil_tree_log(node, CIL_ERR, "Invalid type");
748 cil_log(CIL_ERR, "Role %s is invalid for user %s\n", ctx->role_str, ctx->user_str);
753 cil_log(CIL_ERR, "No roles given to the user %s\n", ctx->user_str);
760 cil_log(CIL_ERR, "Type %s is invalid for role %s\n", ctx->type_str, ctx->role_str);
765 cil_log(CIL_ERR, "No types associated with role %s\n", ctx->role_str);
785 cil_log(CIL_ERR, "Range %s is invalid for user %s\n",
796 cil_log(CIL_ERR, "Range %s is invalid for user %s\n",
806 cil_log(CIL_ERR, "Invalid context\n");
822 cil_tree_log(node, CIL_ERR, "Invalid named context");
861 cil_tree_log(node, CIL_ERR, "Duplicate rule defined");
869 cil_tree_log(node, CIL_ERR, "Invalid rule");
885 cil_tree_log(node, CIL_ERR, "Neverallow found in tunableif block (treated as a booleanif due to preserve-tunables)");
887 cil_tree_log(node, CIL_ERR, "Neverallow found in booleanif block");
924 cil_log(CIL_ERR, "Duplicate type rule found (line: %d)\n", node->line);
948 cil_tree_log(node, CIL_ERR, "Invalid %s statement in tunableif (treated as a booleanif due to preserve-tunables)", flavor);
950 cil_tree_log(node, CIL_ERR, "Invalid %s statement in booleanif", flavor);
978 cil_tree_log(node, CIL_ERR, "Invalid tunableif (treated as a booleanif due to preserve-tunables)");
980 cil_tree_log(node, CIL_ERR, "Invalid booleanif");
1011 cil_tree_log(node, CIL_ERR, "Invalid netifcon");
1031 cil_tree_log(node, CIL_ERR, "Invalid ibendportcon");
1052 cil_tree_log(node, CIL_ERR, "Invalid genfscon");
1071 cil_tree_log(node, CIL_ERR, "Invalid filecon");
1099 cil_tree_log(node, CIL_ERR, "Invalid nodecon");
1119 cil_tree_log(node, CIL_ERR, "Invalid ibpkeycon");
1140 cil_tree_log(node, CIL_ERR, "Invalid portcon");
1161 cil_tree_log(node, CIL_ERR, "Invalid pirqcon");
1182 cil_tree_log(node, CIL_ERR, "Invalid iomemcon");
1203 cil_tree_log(node, CIL_ERR, "Invalid ioportcon");
1224 cil_tree_log(node, CIL_ERR, "Invalid pcidevicecon");
1245 cil_tree_log(node, CIL_ERR, "Invalid devicetreecon");
1266 cil_tree_log(node, CIL_ERR, "Invalid fsuse");
1284 cil_tree_log(node, CIL_ERR, "Invalid permissionx kind (%d)", permx->kind);
1300 cil_tree_log(node, CIL_ERR, "Invalid permissionx: %s is not a permission of class %s", kind_str, class->datum.name);
1345 cil_log(CIL_ERR, "Duplicate permissions between %s common and class declarations\n", class_perm->datum.name);
1355 cil_tree_log(node, CIL_ERR, "Invalid class");
1372 cil_tree_log(node, CIL_ERR, "Invalid policycap (%s)", (const char*)polcap->datum.name);
1435 cil_log(CIL_ERR, "Policy can not have more than one handleunknown\n");
1444 cil_log(CIL_ERR, "Policy can not have more than one mls\n");
1595 cil_tree_log(node, CIL_ERR, "Classpermission %s does not have a classpermissionset", cp->datum.name);
1602 cil_tree_log(node, CIL_ERR, "Found circular class permissions involving the set %s",cp->datum.name);
1625 cil_tree_log(map_args->node, CIL_ERR, "Map class %s does not have a classmapping for %s", map_args->class->datum.name, cmp->datum.name);
1632 cil_tree_log(map_args->node, CIL_ERR, "Found circular class permissions involving the map class %s and permission %s", map_args->class->datum.name, cmp->datum.name);