Lines Matching refs:CIL_ERR
57 cil_log(CIL_ERR, "Name length greater than max name length of %d",
64 cil_log(CIL_ERR, "First character in %s is not a letter\n", name);
70 cil_log(CIL_ERR, "Invalid character \"%c\" in %s\n", name[i], name);
77 cil_log(CIL_ERR, "Invalid name\n");
143 cil_log(CIL_ERR, "Invalid syntax\n");
170 cil_log(CIL_ERR,"Invalid operator (%s) for set expression\n", (char*)current->data);
176 cil_log(CIL_ERR,"Invalid operator (%s) for boolean or tunable expression\n", (char*)current->data);
184 cil_log(CIL_ERR,"Operator (%s) only valid for catset and permissionx expression\n", (char*)current->data);
196 cil_log(CIL_ERR,"Unexpected value (%s) for expression operator\n", (char*)current->data);
215 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");
219 cil_log(CIL_ERR, "u3, r3, and t3 can only be used with mlsvalidatetrans rules\n");
226 cil_log(CIL_ERR, "u2 on the right side must be used with eq or neq as the operator\n");
229 cil_log(CIL_ERR, "u2 on the right side must be used with u1 on the left\n");
234 cil_log(CIL_ERR, "r2 on the right side must be used with r1 on the left\n");
239 cil_log(CIL_ERR, "t2 on the right side must be used with eq or neq as the operator\n");
242 cil_log(CIL_ERR, "t2 on the right side must be used with t1 on the left\n");
247 cil_log(CIL_ERR, "l2 on the right side must be used with l1 or h1 on the left\n");
252 cil_log(CIL_ERR, "h2 on the right side must be used with l1, l2, or h1 on the left\n");
257 cil_log(CIL_ERR, "h1 on the right side must be used with l1 on the left\n");
302 cil_log(CIL_ERR, "Invalid operator (%s) for constraint expression\n", (char*)current->data);
308 cil_log(CIL_ERR, "Invalid constraint syntax\n");
326 cil_log(CIL_ERR,"Self-reference found for %s\n",datum->name);
363 cil_log(CIL_ERR,"Invalid Range syntax\n");
380 cil_log(CIL_ERR, "SID %s not in sidorder statement at line %d of %s\n", sid->datum.name, node->line, node->path);
386 cil_log(CIL_ERR, "Class %s not in classorder statement at line %d of %s\n", class->datum.name, node->line, node->path);
392 cil_log(CIL_ERR, "Category %s not in categoryorder statement at line %d of %s\n", cat->datum.name, node->line, node->path);
398 cil_log(CIL_ERR, "Sensitivity %s not in sensitivityorder statement at line %d of %s\n", sens->datum.name, node->line, node->path);
425 cil_log(CIL_ERR, "At least one initial sid must be defined in the policy\n");
433 cil_log(CIL_ERR, "No context assigned to SID %s declared at line %d in %s\n",sid->datum.name, node->line, node->path);
459 cil_log(CIL_ERR, "Failed to find category %s in category list\n", cat->datum.name);
476 cil_log(CIL_ERR, "No categories can be used with sensitivity %s\n", sens->datum.name);
491 cil_log(CIL_ERR, "Category %s cannot be used with sensitivity %s\n",
523 cil_log(CIL_ERR, "Sensitivity %s does not dominate %s\n",
553 cil_log(CIL_ERR, "Low level category set must be a subset of the high level category set\n");
573 cil_log(CIL_ERR, "Low level sensitivity and categories are not associated\n");
579 cil_log(CIL_ERR, "High level sensitivity and categories are not associated\n");
601 cil_log(CIL_ERR, "Invalid named range at line %d of %s\n", node->line, node->path);
611 cil_log(CIL_ERR, "User %s does not have a default level\n", user->datum.name);
614 cil_log(CIL_ERR, "User %s does not have a level range\n", user->datum.name);
624 cil_log(CIL_ERR, "Circular bounds found for user %s\n", u1->datum.name);
641 cil_log(CIL_ERR, "Invalid user at line %d of %s\n", node->line, node->path);
660 cil_log(CIL_ERR, "Invalid user at line %d of %s\n", node->line, node->path);
675 cil_log(CIL_ERR, "Circular bounds found for role %s\n", r1->datum.name);
691 cil_log(CIL_ERR, "Invalid role at line %d of %s\n", node->line, node->path);
706 cil_log(CIL_ERR, "Circular bounds found for type %s\n", t1->datum.name);
722 cil_log(CIL_ERR, "Invalid type at line %d of %s\n", node->line, node->path);
742 cil_log(CIL_ERR, "Role %s is invalid for user %s\n", ctx->role_str, ctx->user_str);
747 cil_log(CIL_ERR, "No roles given to the user %s\n", ctx->user_str);
754 cil_log(CIL_ERR, "Type %s is invalid for role %s\n", ctx->type_str, ctx->role_str);
759 cil_log(CIL_ERR, "No types associated with role %s\n", ctx->role_str);
779 cil_log(CIL_ERR, "Range %s is invalid for user %s\n",
790 cil_log(CIL_ERR, "Range %s is invalid for user %s\n",
800 cil_log(CIL_ERR, "Invalid context\n");
816 cil_log(CIL_ERR, "Invalid named context at line %d of %s\n", node->line, node->path);
855 cil_log(CIL_ERR, "Duplicate rule defined on line %d of %s\n",
864 cil_log(CIL_ERR, "Invalid rule at line %d of %s\n", node->line, node->path);
880 cil_log(CIL_ERR, "Neverallow found in tunableif block (treated as a booleanif due to preserve-tunables) at line %d or %s\n",
883 cil_log(CIL_ERR, "Neverallow found in booleanif block at line %d or %s\n",
921 cil_log(CIL_ERR, "Duplicate type rule found (line: %d)\n", node->line);
945 cil_log(CIL_ERR, "Invalid %s statement in tunableif (treated as a booleanif due to preserve-tunables) at line %d of %s\n",
948 cil_log(CIL_ERR, "Invalid %s statement in booleanif at line %d of %s\n",
977 cil_log(CIL_ERR, "Invalid tunableif (treated as a booleanif due to preserve-tunables) at line %d of %s\n", node->line, node->path);
979 cil_log(CIL_ERR, "Invalid booleanif at line %d of %s\n", node->line, node->path);
1010 cil_log(CIL_ERR, "Invalid netifcon at line %d of %s\n", node->line, node->path);
1031 cil_log(CIL_ERR, "Invalid genfscon at line %d of %s\n", node->line, node->path);
1050 cil_log(CIL_ERR, "Invalid filecon at line %d of %s\n",
1079 cil_log(CIL_ERR, "Invalid nodecon at line %d of %s\n", node->line, node->path);
1100 cil_log(CIL_ERR, "Invalid portcon at line %d of %s\n", node->line, node->path);
1121 cil_log(CIL_ERR, "Invalid pirqcon at line %d of %s\n", node->line, node->path);
1142 cil_log(CIL_ERR, "Invalid iomemcon at line %d of %s\n", node->line, node->path);
1163 cil_log(CIL_ERR, "Invalid ioportcon at line %d of %s\n", node->line, node->path);
1184 cil_log(CIL_ERR, "Invalid pcidevicecon at line %d of %s\n", node->line, node->path);
1205 cil_log(CIL_ERR, "Invalid devicetreecon at line %d of %s\n", node->line, node->path);
1226 cil_log(CIL_ERR, "Invalid fsuse at line %d of %s\n", node->line, node->path);
1244 cil_log(CIL_ERR, "Invalid permissionx kind (%d) at line %d of %s\n", permx->kind, node->line, node->path);
1260 cil_log(CIL_ERR, "Invalid permissionx at line %d of %s: %s is not a permission of class %s\n", node->line, node->path, kind_str, class->datum.name);
1305 cil_log(CIL_ERR, "Duplicate permissions between %s common and class declarations\n", class_perm->datum.name);
1315 cil_log(CIL_ERR, "Invalid class at line %d of %s\n", node->line, node->path);
1332 cil_log(CIL_ERR, "Invalid policycap (%s) at line %d of %s\n",
1396 cil_log(CIL_ERR, "Policy can not have more than one handleunknown\n");
1405 cil_log(CIL_ERR, "Policy can not have more than one mls\n");
1550 cil_log(CIL_ERR, "Classpermission %s does not have a classpermissionset at line %d of %s\n", cp->datum.name, node->line, node->path);
1557 cil_log(CIL_ERR, "Found circular class permissions involving the set %s at line %d of %s\n",cp->datum.name, node->line, node->path);
1580 cil_log(CIL_ERR, "Map class %s does not have a classmapping for %s at line %d of %s\n", map_args->class->datum.name, cmp->datum.name, map_args->node->line, map_args->node->path);
1587 cil_log(CIL_ERR, "Found circular class permissions involving the map class %s and permission %s at line %d of %s\n", map_args->class->datum.name, cmp->datum.name, map_args->node->line, map_args->node->path);