HomeSort by relevance Sort by last modified time
    Searched refs:CIL_ERR (Results 1 - 21 of 21) sorted by null

  /external/selinux/libsepol/cil/src/
cil_verify.c 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)
    [all...]
cil_parser.c 113 cil_log(CIL_ERR, "Line mark end without start\n");
134 cil_log(CIL_ERR, "Invalid line mark syntax\n");
140 cil_log(CIL_ERR, "Invalid line mark syntax\n");
145 cil_log(CIL_ERR, "Problem parsing line number for line mark\n");
153 cil_log(CIL_ERR, "Invalid line mark syntax\n");
170 cil_log(CIL_ERR, "Invalid line mark syntax\n");
177 cil_log(CIL_ERR, "Problem with high-level line mark at line %d of %s\n", tok.line, path);
246 cil_log(CIL_ERR, "Close parenthesis without matching open at line %d of %s\n", tok.line, path);
257 cil_log(CIL_ERR, "Symbol not inside parenthesis at line %d of %s\n", tok.line, path);
283 cil_log(CIL_ERR, "Open parenthesis without matching close at line %d of %s\n", tok.line, path)
    [all...]
android.c 87 cil_log(CIL_ERR, "%s unsupported statement in attributee policy (line %d)\n",
112 cil_log(CIL_ERR, "%s unsupported statement in attributee policy (line %d)\n",
117 cil_log(CIL_ERR, "%s unsupported statement in attributee policy (line %d)\n",
123 cil_log(CIL_ERR, "%s unsupported statement in attributee policy (line %d)\n",
294 cil_log(CIL_ERR, "AST already resolved. Not yet supported.\n");
314 cil_log(CIL_ERR, "AST already resolved. Not yet supported.\n");
321 cil_log(CIL_ERR, "AST contains context with platform public type: %s\n",
365 cil_log(CIL_ERR, "AST already resolved. !!! Not yet supported.\n");
385 cil_log(CIL_ERR, "AST already resolved. !!! Not yet supported.\n");
406 cil_log(CIL_ERR, "AST already resolved. ### Not yet supported.\n")
    [all...]
cil_write_ast.c 69 cil_log(CIL_ERR, "OOM. Unable to copy string.\n");
79 cil_log(CIL_ERR, "OOM. Unable to copy string.\n");
125 cil_log(CIL_ERR, "Unknown operator in expression: %d\n", op_flavor);
204 cil_log(CIL_ERR, "Unknown operand in expression\n");
210 cil_log(CIL_ERR, "OOM. Unable to copy string.\n");
219 cil_log(CIL_ERR, "Unknown flavor in expression\n");
283 cil_log(CIL_ERR, "Error unpacking and writing level\n");
289 cil_log(CIL_ERR, "Error unpacking and writing level\n");
307 cil_log(CIL_ERR, "OOM. Unable to copy level string.\n");
319 cil_log(CIL_ERR, "OOM. Unable to copy level string.\n")
    [all...]
cil_log.c 38 static enum cil_log_level cil_log_level = CIL_ERR;
cil_build_ast.c 134 cil_log(CIL_ERR, "Re-declaration of %s %s\n",
139 cil_tree_log(node, CIL_ERR, "Previous declaration");
160 cil_log(CIL_ERR, "%s %s shadows a macro parameter in macro declaration\n", cil_node_to_string(ast_node), key);
172 cil_log(CIL_ERR, "Failed to create node\n");
222 cil_tree_log(parse_current, CIL_ERR, "Bad block declaration");
271 cil_tree_log(parse_current, CIL_ERR, "Bad blockinherit declaration");
315 cil_tree_log(parse_current, CIL_ERR, "Bad blockabstract declaration");
359 cil_tree_log(parse_current, CIL_ERR, "Bad in statement");
398 cil_log(CIL_ERR, "'unordered' keyword is reserved and not a valid class name.\n");
415 cil_tree_log(parse_current, CIL_ERR, "Too many permissions in class '%s'", class->datum.name)
    [all...]
cil_resolve_ast.c 121 cil_log(CIL_ERR, "Failed to resolve permission list\n");
136 cil_log(CIL_ERR, "Failed to resolve permission %s for map class\n", (char*)curr->data);
404 cil_log(CIL_ERR, "Type rule result must be a type [%d]\n",result_node->flavor);
433 cil_log(CIL_ERR, "Attribute type not an attribute\n");
482 cil_log(CIL_ERR, "Attribute type not an attribute\n");
514 cil_log(CIL_ERR, "%s is not an alias\n",alias_datum->name);
525 cil_log(CIL_ERR, "%s is a %s, but aliases a %s\n", alias_datum->name, cil_node_to_string(NODE(alias_datum)), cil_node_to_string(NODE(actual_datum)));
533 cil_log(CIL_ERR, "%s %s cannot bind more than one value\n", cil_node_to_string(NODE(alias_datum)), alias_datum->name);
556 cil_tree_log(current, CIL_ERR, "Alias declared but not used");
568 cil_log(CIL_ERR, "Circular alias found: %s ", a1->datum.name)
    [all...]
cil_mem.c 39 cil_log(CIL_ERR, "Failed to allocate memory\n");
cil_post.c 867 cil_log(CIL_ERR, "Failed to expand type attribute to bitmap\n");
893 cil_log(CIL_ERR, "Failed to set type bit\n");
900 cil_log(CIL_ERR, "Failed to set type bit\n");
919 cil_log(CIL_ERR, "Failed to expand user attribute to bitmap\n");
948 cil_log(CIL_ERR, "Failed to set user bit\n");
967 cil_log(CIL_ERR, "Failed to expand role attribute to bitmap\n");
992 cil_log(CIL_ERR, "Failed to set role bit\n");
1013 cil_log(CIL_ERR, "Failed to expand permissionx expression\n");
1028 cil_log(CIL_ERR, "permissionx value %s not valid number\n", permx_str);
1032 cil_log(CIL_ERR, "permissionx value %s must be between 0x0000 and 0xFFFF\n", permx_str)
    [all...]
cil_binary.c 163 cil_log(CIL_ERR, "Failed to copy user bits\n");
170 cil_log(CIL_ERR, "Failed to set user bit\n");
189 cil_log(CIL_ERR, "Failed to copy role bits\n");
196 cil_log(CIL_ERR, "Failed to set role bit\n");
215 cil_log(CIL_ERR, "Failed to copy type bits\n");
222 cil_log(CIL_ERR, "Failed to set type bit\n");
427 cil_log(CIL_ERR, "Failed to insert role bounds for role %s\n", cil_role->datum.fqn);
512 cil_log(CIL_ERR, "Failed to insert type bounds for type %s\n", cil_type->datum.fqn);
733 cil_log(CIL_ERR, "Failed to insert user bounds for user %s\n", cil_user->datum.fqn);
1025 cil_log(CIL_ERR, "Conflicting type rules (scontext=%s tcontext=%s tclass=%s result=%s), existing=%s\n"
    [all...]
cil_fqn.c 124 cil_tree_log(node, CIL_ERR,"Problem qualifying names in block");
cil_list.c 42 cil_vlog(CIL_ERR, msg, ap);
cil_symtab.c 49 cil_vlog(CIL_ERR, msg, ap);
cil_copy_ast.c     [all...]
cil_find.c 386 cil_log(CIL_ERR, "An error occurred while searching for avrule in AST\n");
cil_reset_ast.c 587 cil_log(CIL_ERR, "Failed to reset AST\n");
cil_tree.c 57 cil_vlog(CIL_ERR, msg, ap);
407 cil_log(CIL_ERR, "Unknown operator in expression\n");
480 cil_log(CIL_ERR, "Unknown operand in expression\n");
489 cil_log(CIL_ERR, "Unknown flavor in expression\n");
    [all...]
cil.c 446 cil_log(CIL_ERR, "Failed to generate binary\n");
466 cil_log(CIL_ERR, "Failed to generate binary\n");
    [all...]
  /external/selinux/libsepol/cil/include/cil/
cil.h 65 CIL_ERR = 1,
  /external/selinux/secilc/
secil2conf.c 73 enum cil_log_level log_level = CIL_ERR;
secilc.c 104 enum cil_log_level log_level = CIL_ERR;

Completed in 202 milliseconds