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

  /external/selinux/libsepol/cil/src/
cil_tree.c 188 cil_log(CIL_INFO, "Problem at line %d of %s\n", node->line, node->path);
225 cil_log(CIL_INFO, "Problem at line %d of %s\n", node->line, node->path);
238 cil_log(CIL_INFO, "Problem at line %d of %s\n",node->line, node->path);
421 cil_log(CIL_INFO, "(");
429 cil_log(CIL_INFO, "%s)", expr_str);
437 cil_log(CIL_INFO, " %s", ((struct cil_perm *)current_perm->data)->datum.name);
439 cil_log(CIL_INFO, " %s", ((struct cil_perm*)current_perm->data)->datum.name);
441 cil_log(CIL_INFO, "\n\n perms list contained unexpected data type: %d\n", current_perm->flavor);
461 cil_log(CIL_INFO, " (");
464 cil_log(CIL_INFO, " %s", (char*)curr->data)
    [all...]
cil_fqn.c 59 cil_log(CIL_INFO, "Fully qualified name for %s is too long\n", datum->name);
87 cil_log(CIL_INFO, "Fully qualified name for block %s is too long\n", datum->name);
cil_post.c 823 cil_log(CIL_INFO, "Failed to set perm bit\n");
1061 cil_log(CIL_INFO, "Failed to expand 'all' operator\n");
1070 cil_log(CIL_INFO, "Failed to expand category range\n");
1078 cil_log(CIL_INFO, "Failed to expand category range\n");
1083 cil_log(CIL_INFO, "Range operation only supported for categories permissionx\n");
1090 cil_log(CIL_INFO, "Failed to get first operand bitmap\n");
1098 cil_log(CIL_INFO, "Failed to NOT bitmap\n");
1105 cil_log(CIL_INFO, "Failed to get second operand bitmap\n");
1121 cil_log(CIL_INFO, "Failed to apply operator to bitmaps\n");
1132 cil_log(CIL_INFO, "Failed to get operand in list\n")
    [all...]
cil_policy.c 185 cil_log(CIL_INFO, "Failed to convert ip address to string\n");
202 cil_log(CIL_INFO, "Failed to convert mask to string\n");
321 cil_log(CIL_INFO, "No data in list item\n");
349 cil_log(CIL_INFO, "No roles associated with user %s\n",
596 cil_log(CIL_INFO, "Unknown avrule with kind=%d src=%s tgt=%s\n",
624 cil_log(CIL_INFO, "Unknown type_rule\n");
845 cil_log(CIL_INFO, "cil_avrule_to_policy failed, rc: %d\n", rc);
852 cil_log(CIL_INFO, "cil_typerule_to_policy failed, rc: %d\n", rc);
928 cil_log(CIL_INFO, "Failed to write booleanif content to file, rc: %d\n", rc);
938 cil_log(CIL_INFO, "Failed to write booleanif false content to file, rc: %d\n", rc)
    [all...]
cil_copy_ast.c 242 cil_log(CIL_INFO, "cil_copy_class: class cannot be redefined\n");
280 cil_log(CIL_INFO, "classpermission cannot be redefined\n");
660 cil_log(CIL_INFO, "cil_copy_alias: alias cannot be redefined\n");
754 cil_log(CIL_INFO, "cil_copy_bool: boolean cannot be redefined\n");
774 cil_log(CIL_INFO, "cil_copy_tunable: tunable cannot be redefined\n");
830 cil_log(CIL_INFO, "cil_copy_permissionx: permissionx cannot be redefined\n");
912 cil_log(CIL_INFO, "cil_copy_catset: categoryset cannot be redefined\n");
992 cil_log(CIL_INFO, "cil_copy_level: level cannot be redefined\n");
1029 cil_log(CIL_INFO, "cil_copy_levelrange: levelrange cannot be redefined\n");
1066 cil_log(CIL_INFO, "cil_copy_context: context cannot be redefined\n")
    [all...]
cil_binary.c 85 cil_log(CIL_INFO, "Failed to find user %s in sepol hashtab\n", datum->fqn);
96 cil_log(CIL_INFO, "Failed to find role %s in sepol hashtab\n", datum->fqn);
107 cil_log(CIL_INFO, "Failed to find type %s in sepol hashtab\n", datum->fqn);
118 cil_log(CIL_INFO, "Failed to find class %s in sepol hashtab\n", datum->fqn);
129 cil_log(CIL_INFO, "Failed to find category %s in sepol hashtab\n", datum->fqn);
140 cil_log(CIL_INFO, "Failed to find level %s in sepol hashtab\n", datum->fqn);
387 cil_log(CIL_INFO, "Failed to set dominates bit for role\n");
444 cil_log(CIL_INFO, "Failed to set type bit for role\n");
753 cil_log(CIL_INFO, "Failed to set role bit for user\n");
    [all...]
cil.c 348 cil_log(CIL_INFO, "Parsing %s\n", name);
356 cil_log(CIL_INFO, "Failed to parse %s\n", name);
383 cil_log(CIL_INFO, "Building AST from Parse Tree\n");
386 cil_log(CIL_INFO, "Failed to build ast\n");
390 cil_log(CIL_INFO, "Destroying Parse Tree\n");
393 cil_log(CIL_INFO, "Resolving AST\n");
396 cil_log(CIL_INFO, "Failed to resolve ast\n");
400 cil_log(CIL_INFO, "Qualifying Names\n");
403 cil_log(CIL_INFO, "Failed to qualify names\n");
407 cil_log(CIL_INFO, "Compile post process\n")
    [all...]
cil_resolve_ast.c     [all...]
  /external/selinux/libsepol/cil/include/cil/
cil.h 59 CIL_INFO

Completed in 821 milliseconds