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