Lines Matching +refs:current +refs:line

146 int cil_verify_expr_syntax(struct cil_tree_node *current, enum cil_flavor op, enum cil_flavor expr_…  in cil_verify_expr_syntax()  argument
169 cil_log(CIL_ERR,"Invalid operator (%s) for set expression\n", (char*)current->data); in cil_verify_expr_syntax()
175 …cil_log(CIL_ERR,"Invalid operator (%s) for boolean or tunable expression\n", (char*)current->data); in cil_verify_expr_syntax()
183 cil_log(CIL_ERR,"Operator (%s) only valid for catset expression\n", (char*)current->data); in cil_verify_expr_syntax()
195 cil_log(CIL_ERR,"Unexpected value (%s) for expression operator\n", (char*)current->data); in cil_verify_expr_syntax()
199 rc = __cil_verify_syntax(current, syntax, syntax_len); in cil_verify_expr_syntax()
268 int cil_verify_constraint_expr_syntax(struct cil_tree_node *current, enum cil_flavor op) in cil_verify_constraint_expr_syntax() argument
301 cil_log(CIL_ERR, "Invalid operator (%s) for constraint expression\n", (char*)current->data); in cil_verify_constraint_expr_syntax()
305 rc = __cil_verify_syntax(current, syntax, syntax_len); in cil_verify_constraint_expr_syntax()
379 …R, "SID %s not in sidorder statement at line %d of %s\n", sid->datum.name, node->line, node->path); in __cil_verify_ordered_node_helper()
385 …ass %s not in classorder statement at line %d of %s\n", class->datum.name, node->line, node->path); in __cil_verify_ordered_node_helper()
391 …ry %s not in categoryorder statement at line %d of %s\n", cat->datum.name, node->line, node->path); in __cil_verify_ordered_node_helper()
397 …s not in sensitivityorder statement at line %d of %s\n", sens->datum.name, node->line, node->path); in __cil_verify_ordered_node_helper()
406 int __cil_verify_ordered(struct cil_tree_node *current, enum cil_flavor flavor) in __cil_verify_ordered() argument
413 rc = cil_tree_walk(current, __cil_verify_ordered_node_helper, NULL, NULL, &extra_args); in __cil_verify_ordered()
432 …o context assigned to SID %s declared at line %d in %s\n",sid->datum.name, node->line, node->path); in __cil_verify_initsids()
600 cil_log(CIL_ERR, "Invalid named range at line %d of %s\n", node->line, node->path); in __cil_verify_named_levelrange()
648 cil_log(CIL_ERR, "Invalid user at line %d of %s\n", node->line, node->path); in __cil_verify_user()
679 cil_log(CIL_ERR, "Invalid role at line %d of %s\n", node->line, node->path); in __cil_verify_role()
710 cil_log(CIL_ERR, "Invalid type at line %d of %s\n", node->line, node->path); in __cil_verify_type()
812 cil_log(CIL_ERR, "Invalid named context at line %d of %s\n", node->line, node->path); in __cil_verify_named_context()
852 node->line, node->path); in __cil_verify_rule()
860 cil_log(CIL_ERR, "Invalid rule at line %d of %s\n", node->line, node->path); in __cil_verify_rule()
877 node->line, node->path); in __cil_verify_booleanif_helper()
880 node->line, node->path); in __cil_verify_booleanif_helper()
942 flavor, node->line, node->path); in __cil_verify_booleanif_helper()
945 flavor, node->line, node->path); in __cil_verify_booleanif_helper()
973 …eif (treated as a booleanif due to preserve-tunables) at line %d of %s\n", node->line, node->path); in __cil_verify_booleanif()
975 cil_log(CIL_ERR, "Invalid booleanif at line %d of %s\n", node->line, node->path); in __cil_verify_booleanif()
1006 cil_log(CIL_ERR, "Invalid netifcon at line %d of %s\n", node->line, node->path); in __cil_verify_netifcon()
1027 cil_log(CIL_ERR, "Invalid genfscon at line %d of %s\n", node->line, node->path); in __cil_verify_genfscon()
1047 node->line, node->path); in __cil_verify_filecon()
1075 cil_log(CIL_ERR, "Invalid nodecon at line %d of %s\n", node->line, node->path); in __cil_verify_nodecon()
1096 cil_log(CIL_ERR, "Invalid portcon at line %d of %s\n", node->line, node->path); in __cil_verify_portcon()
1117 cil_log(CIL_ERR, "Invalid pirqcon at line %d of %s\n", node->line, node->path); in __cil_verify_pirqcon()
1138 cil_log(CIL_ERR, "Invalid iomemcon at line %d of %s\n", node->line, node->path); in __cil_verify_iomemcon()
1159 cil_log(CIL_ERR, "Invalid ioportcon at line %d of %s\n", node->line, node->path); in __cil_verify_ioportcon()
1180 cil_log(CIL_ERR, "Invalid pcidevicecon at line %d of %s\n", node->line, node->path); in __cil_verify_pcidevicecon()
1201 cil_log(CIL_ERR, "Invalid devicetreecon at line %d of %s\n", node->line, node->path); in __cil_verify_devicetreecon()
1222 cil_log(CIL_ERR, "Invalid fsuse at line %d of %s\n", node->line, node->path); in __cil_verify_fsuse()
1258 cil_log(CIL_ERR, "Invalid class at line %d of %s\n", node->line, node->path); in __cil_verify_class()
1276 (const char*)polcap->datum.name, node->line, node->path); in __cil_verify_policycap()
1488 …class permissions involving the set %s at line %d of %s\n",cp->datum.name, node->line, node->path); in __cil_verify_classpermission()
1509 …d of %s\n", map_args->class->datum.name, cmp->datum.name, map_args->node->line, map_args->node->pa… in __verify_map_perm_classperms()