Lines Matching defs:CIL_ERR

102 		cil_log(CIL_ERR, "Name is NULL\n");
108 cil_log(CIL_ERR, "Name length greater than max name length of %d",
115 cil_log(CIL_ERR, "First character in %s is not a letter\n", name);
122 cil_log(CIL_ERR, "Invalid character \"%c\" in %s\n", name[i], name);
129 cil_log(CIL_ERR, "Invalid character \"%c\" in %s\n", name[i], name);
136 cil_log(CIL_ERR, "Name %s is a reserved word\n", name);
143 cil_log(CIL_ERR, "Invalid name\n");
184 cil_log(CIL_ERR, "Invalid syntax\n");
211 cil_log(CIL_ERR,"Invalid operator (%s) for set expression\n", (char*)current->data);
217 cil_log(CIL_ERR,"Invalid operator (%s) for boolean or tunable expression\n", (char*)current->data);
225 cil_log(CIL_ERR,"Operator (%s) only valid for catset and permissionx expression\n", (char*)current->data);
237 cil_log(CIL_ERR,"Unexpected value (%s) for expression operator\n", (char*)current->data);
256 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");
260 cil_log(CIL_ERR, "u3, r3, and t3 can only be used with (mls)validatetrans rules\n");
266 cil_log(CIL_ERR, "u1, r1, and t1 are not allowed on the right side\n");
269 cil_log(CIL_ERR, "u3, r3, and t3 are not allowed on the right side\n");
273 cil_log(CIL_ERR, "u2 on the right side must be used with eq or neq as the operator\n");
276 cil_log(CIL_ERR, "u2 on the right side must be used with u1 on the left\n");
281 cil_log(CIL_ERR, "r2 on the right side must be used with r1 on the left\n");
286 cil_log(CIL_ERR, "t2 on the right side must be used with eq or neq as the operator\n");
289 cil_log(CIL_ERR, "t2 on the right side must be used with t1 on the left\n");
294 cil_log(CIL_ERR, "l2 on the right side must be used with l1 or h1 on the left\n");
299 cil_log(CIL_ERR, "h2 on the right side must be used with l1, l2, or h1 on the left\n");
304 cil_log(CIL_ERR, "h1 on the right side must be used with l1 on the left\n");
349 cil_log(CIL_ERR, "Invalid operator (%s) for constraint expression\n", (char*)current->data);
355 cil_log(CIL_ERR, "Invalid constraint syntax\n");
375 cil_tree_log(current, CIL_ERR, "Expected true or false block in conditional");
383 cil_tree_log(current, CIL_ERR, "More than one true block in conditional");
388 cil_tree_log(current, CIL_ERR, "More than one false block in conditional");
392 cil_tree_log(current, CIL_ERR, "Expected true or false block in conditional");
409 cil_log(CIL_ERR, "%s %s shadows a macro parameter in macro declaration\n", cil_node_to_string(node), name);
453 cil_tree_log(NODE(datum), CIL_ERR, "Self-reference found for %s", datum->name);
517 cil_log(CIL_ERR,"Invalid Range syntax\n");
534 cil_tree_log(node, CIL_ERR, "SID %s not in sidorder statement", sid->datum.name);
540 cil_tree_log(node, CIL_ERR, "Class %s not in classorder statement", class->datum.name);
546 cil_tree_log(node, CIL_ERR, "Category %s not in categoryorder statement", cat->datum.name);
552 cil_tree_log(node, CIL_ERR, "Sensitivity %s not in sensitivityorder statement", sens->datum.name);
579 cil_log(CIL_ERR, "At least one initial sid must be defined in the policy\n");
612 cil_log(CIL_ERR, "Failed to find category %s in category list\n", cat->datum.name);
629 cil_log(CIL_ERR, "No categories can be used with sensitivity %s\n", sens->datum.name);
644 cil_log(CIL_ERR, "Category %s cannot be used with sensitivity %s\n",
676 cil_log(CIL_ERR, "Sensitivity %s does not dominate %s\n",
706 cil_log(CIL_ERR, "Low level category set must be a subset of the high level category set\n");
726 cil_log(CIL_ERR, "Low level sensitivity and categories are not associated\n");
732 cil_log(CIL_ERR, "High level sensitivity and categories are not associated\n");
754 cil_tree_log(node, CIL_ERR, "Invalid named range");
764 cil_log(CIL_ERR, "User %s does not have a default level\n", user->datum.name);
767 cil_log(CIL_ERR, "User %s does not have a level range\n", user->datum.name);
777 cil_log(CIL_ERR, "Circular bounds found for user %s\n", u1->datum.name);
794 cil_tree_log(node, CIL_ERR, "Invalid user");
813 cil_tree_log(node, CIL_ERR, "Invalid user");
828 cil_log(CIL_ERR, "Circular bounds found for role %s\n", r1->datum.name);
844 cil_tree_log(node, CIL_ERR, "Invalid role");
859 cil_log(CIL_ERR, "Circular bounds found for type %s\n", t1->datum.name);
875 cil_tree_log(node, CIL_ERR, "Invalid type");
895 cil_log(CIL_ERR, "Role %s is invalid for user %s\n", ctx->role_str, ctx->user_str);
900 cil_log(CIL_ERR, "No roles given to the user %s\n", ctx->user_str);
907 cil_log(CIL_ERR, "Type %s is invalid for role %s\n", ctx->type_str, ctx->role_str);
912 cil_log(CIL_ERR, "No types associated with role %s\n", ctx->role_str);
932 cil_log(CIL_ERR, "Range %s is invalid for user %s\n",
943 cil_log(CIL_ERR, "Range %s is invalid for user %s\n",
953 cil_log(CIL_ERR, "Invalid context\n");
969 cil_tree_log(node, CIL_ERR, "Invalid named context");
1009 cil_tree_log(node, CIL_ERR, "Duplicate rule defined");
1017 cil_tree_log(node, CIL_ERR, "Invalid rule");
1034 cil_tree_log(node, CIL_ERR, "Neverallow found in tunableif block (treated as a booleanif due to preserve-tunables)");
1036 cil_tree_log(node, CIL_ERR, "Neverallow found in booleanif block");
1073 cil_log(CIL_ERR, "Duplicate type rule found (line: %d)\n", node->line);
1097 cil_tree_log(node, CIL_ERR, "Invalid %s statement in tunableif (treated as a booleanif due to preserve-tunables)", flavor);
1099 cil_tree_log(node, CIL_ERR, "Invalid %s statement in booleanif", flavor);
1127 cil_tree_log(node, CIL_ERR, "Invalid tunableif (treated as a booleanif due to preserve-tunables)");
1129 cil_tree_log(node, CIL_ERR, "Invalid booleanif");
1160 cil_tree_log(node, CIL_ERR, "Invalid netifcon");
1180 cil_tree_log(node, CIL_ERR, "Invalid ibendportcon");
1201 cil_tree_log(node, CIL_ERR, "Invalid genfscon");
1220 cil_tree_log(node, CIL_ERR, "Invalid filecon");
1248 cil_tree_log(node, CIL_ERR, "Invalid nodecon");
1268 cil_tree_log(node, CIL_ERR, "Invalid ibpkeycon");
1289 cil_tree_log(node, CIL_ERR, "Invalid portcon");
1310 cil_tree_log(node, CIL_ERR, "Invalid pirqcon");
1331 cil_tree_log(node, CIL_ERR, "Invalid iomemcon");
1352 cil_tree_log(node, CIL_ERR, "Invalid ioportcon");
1373 cil_tree_log(node, CIL_ERR, "Invalid pcidevicecon");
1394 cil_tree_log(node, CIL_ERR, "Invalid devicetreecon");
1415 cil_tree_log(node, CIL_ERR, "Invalid fsuse");
1433 cil_tree_log(node, CIL_ERR, "Invalid permissionx kind (%d)", permx->kind);
1449 cil_tree_log(node, CIL_ERR, "Invalid permissionx: %s is not a permission of class %s", kind_str, class->datum.name);
1494 cil_log(CIL_ERR, "Duplicate permissions between %s common and class declarations\n", class_perm->datum.name);
1504 cil_tree_log(node, CIL_ERR, "Invalid class");
1521 cil_tree_log(node, CIL_ERR, "Invalid policycap (%s)", (const char*)polcap->datum.name);
1584 cil_log(CIL_ERR, "Policy can not have more than one handleunknown\n");
1593 cil_log(CIL_ERR, "Policy can not have more than one mls\n");
1715 cil_tree_log(NODE(cur), CIL_ERR, "Map class %s does not have a classmapping for %s", parent->name, cur->name);
1717 cil_tree_log(NODE(cur), CIL_ERR, "Classpermission %s does not have a classpermissionset", cur->name);
1724 cil_tree_log(NODE(cur), CIL_ERR, "Found circular class permissions involving the map class %s and permission %s", parent->name, cur->name);
1726 cil_tree_log(NODE(cur), CIL_ERR, "Found circular class permissions involving the set %s", cur->name);