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

  /external/selinux/libsepol/cil/src/
cil_verify.c 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")
    [all...]
cil_parser.c 82 cil_log(CIL_ERR, "Close parenthesis without matching open at line %d of %s\n", tok.line, path);
90 cil_log(CIL_ERR, "Symbol not inside parenthesis at line %d of %s\n", tok.line, path);
113 cil_log(CIL_ERR, "Open parenthesis without matching close at line %d of %s\n", tok.line, path);
121 cil_log(CIL_ERR, "Invalid token '%s' at line %d of %s\n", tok.value, tok.line, path);
124 cil_log(CIL_ERR, "Unknown token type '%d' at line %d of %s\n", tok.type, tok.line, path);
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_log(CIL_ERR, "Previous declaration at line %d of %s\n",
127 cil_log(CIL_ERR, "%s %s shadows a macro parameter in macro declaration\n", cil_node_to_string(ast_node), key);
139 cil_log(CIL_ERR, "Failed to create node\n");
189 cil_log(CIL_ERR, "Bad block declaration at line %d of %s\n",
239 cil_log(CIL_ERR, "Bad blockinherit declaration at line %d of %s\n",
284 cil_log(CIL_ERR, "Bad blockabstract declaration at line %d of %s\n",
329 cil_log(CIL_ERR, "Bad in statement at line %d of %s\n",
369 cil_log(CIL_ERR, "'unordered' keyword is reserved and not a valid class name.\n");
390 cil_log(CIL_ERR, "Bad class declaration at line %d of %s\n",
    [all...]
cil_resolve_ast.c 121 cil_log(CIL_ERR, "Failed to resolve permission list\n");
134 cil_log(CIL_ERR, "Failed to resolve permission %s\n", (char*)curr->data);
394 cil_log(CIL_ERR, "Type rule result must be a type [%d]\n",result_node->flavor);
423 cil_log(CIL_ERR, "Attribute type not an attribute\n");
477 cil_log(CIL_ERR, "Alias cannot bind more than one value\n");
500 cil_log(CIL_ERR, "Alias declared but not used at line %d of %s\n",current->line, current->path);
512 cil_log(CIL_ERR, "Circular alias found: %s ", a1->datum.name);
515 cil_log(CIL_ERR, "%s ", a1->datum.name);
518 cil_log(CIL_ERR,"\n");
549 cil_log(CIL_ERR, "Typepermissive must be a type or type alias\n")
    [all...]
cil_mem.c 39 cil_log(CIL_ERR, "Failed to allocate memory\n");
cil_policy.c 97 cil_log(CIL_ERR, "Error reading temp policy file\n");
105 cil_log(CIL_ERR, "Error writing to policy.conf\n");
491 cil_log(CIL_ERR, "Unknown operator in expression\n");
498 cil_log(CIL_ERR, "Unknown flavor in expression\n");
713 cil_log(CIL_ERR, "Unknown operator in expression\n");
786 cil_log(CIL_ERR, "Unknown operand in expression\n");
795 cil_log(CIL_ERR, "Unknown flavor in expression\n");
902 cil_log(CIL_ERR, "Failed to write expression\n");
    [all...]
cil_binary.c 156 cil_log(CIL_ERR, "Failed to copy user bits\n");
163 cil_log(CIL_ERR, "Failed to set user bit\n");
182 cil_log(CIL_ERR, "Failed to copy role bits\n");
189 cil_log(CIL_ERR, "Failed to set role bit\n");
208 cil_log(CIL_ERR, "Failed to copy type bits\n");
215 cil_log(CIL_ERR, "Failed to set type bit\n");
420 cil_log(CIL_ERR, "Failed to insert role bounds for role %s\n", cil_role->datum.fqn);
505 cil_log(CIL_ERR, "Failed to insert type bounds for type %s\n", cil_type->datum.fqn);
724 cil_log(CIL_ERR, "Failed to insert user bounds for user %s\n", cil_user->datum.fqn);
1011 cil_log(CIL_ERR, "Conflicting type rules\n")
    [all...]
cil_post.c 615 cil_log(CIL_ERR, "Failed to expand type attribute to bitmap\n");
641 cil_log(CIL_ERR, "Failed to set type bit\n");
648 cil_log(CIL_ERR, "Failed to set type bit\n");
667 cil_log(CIL_ERR, "Failed to expand user attribute to bitmap\n");
696 cil_log(CIL_ERR, "Failed to set user bit\n");
715 cil_log(CIL_ERR, "Failed to expand role attribute to bitmap\n");
740 cil_log(CIL_ERR, "Failed to set role bit\n");
761 cil_log(CIL_ERR, "Failed to expand permissionx expression\n");
776 cil_log(CIL_ERR, "permissionx value %s not valid number\n", permx_str);
780 cil_log(CIL_ERR, "permissionx value %s must be between 0x0000 and 0xFFFF\n", permx_str)
    [all...]
cil_fqn.c 124 cil_log(CIL_ERR,"Problem qualifying names in block at line %d of %s\n", child_args.node->line, child_args.node->path);
cil_list.c 42 cil_vlog(CIL_ERR, msg, ap);
cil_symtab.c 49 cil_vlog(CIL_ERR, msg, ap);
cil_find.c 382 cil_log(CIL_ERR, "An error occured 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);
321 cil_log(CIL_ERR, "Unknown operator in expression\n");
394 cil_log(CIL_ERR, "Unknown operand in expression\n");
403 cil_log(CIL_ERR, "Unknown flavor in expression\n");
    [all...]
cil.c 432 cil_log(CIL_ERR, "Failed to generate binary\n");
452 cil_log(CIL_ERR, "Failed to generate binary\n");
    [all...]
cil_copy_ast.c     [all...]
  /external/selinux/libsepol/cil/include/cil/
cil.h 57 CIL_ERR = 1,
  /external/selinux/secilc/
secilc.c 97 enum cil_log_level log_level = CIL_ERR;

Completed in 713 milliseconds