/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); 256 cil_log(CIL_ERR, "Symbol not inside parenthesis at line %d of %s\n", tok.line, path); 281 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", 111 cil_log(CIL_ERR, "%s unsupported statement in attributee policy (line %d)\n", 116 cil_log(CIL_ERR, "%s unsupported statement in attributee policy (line %d)\n", 122 cil_log(CIL_ERR, "%s unsupported statement in attributee policy (line %d)\n", 289 cil_log(CIL_ERR, "AST already resolved. Not yet supported.\n"); 309 cil_log(CIL_ERR, "AST already resolved. Not yet supported.\n"); 316 cil_log(CIL_ERR, "AST contains context with platform public type: %s\n", 360 cil_log(CIL_ERR, "AST already resolved. !!! Not yet supported.\n"); 380 cil_log(CIL_ERR, "AST already resolved. !!! Not yet supported.\n"); 401 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 | 106 cil_log(CIL_ERR, "Re-declaration of %s %s\n", 111 cil_tree_log(node, CIL_ERR, "Previous declaration"); 126 cil_log(CIL_ERR, "%s %s shadows a macro parameter in macro declaration\n", cil_node_to_string(ast_node), key); 138 cil_log(CIL_ERR, "Failed to create node\n"); 188 cil_tree_log(parse_current, CIL_ERR, "Bad block declaration"); 237 cil_tree_log(parse_current, CIL_ERR, "Bad blockinherit declaration"); 281 cil_tree_log(parse_current, CIL_ERR, "Bad blockabstract declaration"); 325 cil_tree_log(parse_current, CIL_ERR, "Bad in statement"); 364 cil_log(CIL_ERR, "'unordered' keyword is reserved and not a valid class name.\n"); 381 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); 399 cil_log(CIL_ERR, "Type rule result must be a type [%d]\n",result_node->flavor); 428 cil_log(CIL_ERR, "Attribute type not an attribute\n"); 475 cil_log(CIL_ERR, "%s is not an alias\n",alias_datum->name); 487 cil_log(CIL_ERR, "Alias cannot bind more than one value\n"); 510 cil_tree_log(current, CIL_ERR, "Alias declared but not used"); 522 cil_log(CIL_ERR, "Circular alias found: %s ", a1->datum.name); 525 cil_log(CIL_ERR, "%s ", a1->datum.name); 528 cil_log(CIL_ERR,"\n") [all...] |
cil_mem.c | 39 cil_log(CIL_ERR, "Failed to allocate memory\n");
|
cil_binary.c | 159 cil_log(CIL_ERR, "Failed to copy user bits\n"); 166 cil_log(CIL_ERR, "Failed to set user bit\n"); 185 cil_log(CIL_ERR, "Failed to copy role bits\n"); 192 cil_log(CIL_ERR, "Failed to set role bit\n"); 211 cil_log(CIL_ERR, "Failed to copy type bits\n"); 218 cil_log(CIL_ERR, "Failed to set type bit\n"); 423 cil_log(CIL_ERR, "Failed to insert role bounds for role %s\n", cil_role->datum.fqn); 508 cil_log(CIL_ERR, "Failed to insert type bounds for type %s\n", cil_type->datum.fqn); 729 cil_log(CIL_ERR, "Failed to insert user bounds for user %s\n", cil_user->datum.fqn); 1021 cil_log(CIL_ERR, "Conflicting type rules (scontext=%s tcontext=%s tclass=%s result=%s)\n", cil_rule->src_str, cil_ (…) [all...] |
cil_post.c | 618 cil_log(CIL_ERR, "Failed to expand type attribute to bitmap\n"); 644 cil_log(CIL_ERR, "Failed to set type bit\n"); 651 cil_log(CIL_ERR, "Failed to set type bit\n"); 670 cil_log(CIL_ERR, "Failed to expand user attribute to bitmap\n"); 699 cil_log(CIL_ERR, "Failed to set user bit\n"); 718 cil_log(CIL_ERR, "Failed to expand role attribute to bitmap\n"); 743 cil_log(CIL_ERR, "Failed to set role bit\n"); 764 cil_log(CIL_ERR, "Failed to expand permissionx expression\n"); 779 cil_log(CIL_ERR, "permissionx value %s not valid number\n", permx_str); 783 cil_log(CIL_ERR, "permissionx value %s must be between 0x0000 and 0xFFFF\n", permx_str) [all...] |
cil_fqn.c | 124 cil_tree_log(child_args.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 | 566 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 | 438 cil_log(CIL_ERR, "Failed to generate binary\n"); 458 cil_log(CIL_ERR, "Failed to generate binary\n"); [all...] |
/external/selinux/libsepol/cil/include/cil/ |
cil.h | 60 CIL_ERR = 1,
|
/external/selinux/secilc/ |
secil2conf.c | 73 enum cil_log_level log_level = CIL_ERR;
|
secilc.c | 102 enum cil_log_level log_level = CIL_ERR;
|