/external/selinux/libsepol/cil/src/ |
D | cil_tree.c | 274 cil_tree_log(node, CIL_INFO, "Problem"); in cil_tree_walk_core() 311 cil_tree_log(node, CIL_INFO, "Problem"); in cil_tree_walk() 324 cil_tree_log(node, CIL_INFO, "Problem"); in cil_tree_walk() 507 cil_log(CIL_INFO, "("); in cil_tree_print_expr() 515 cil_log(CIL_INFO, "%s)", expr_str); in cil_tree_print_expr() 523 cil_log(CIL_INFO, " %s", ((struct cil_perm *)current_perm->data)->datum.name); in cil_tree_print_perms_list() 525 cil_log(CIL_INFO, " %s", ((struct cil_perm*)current_perm->data)->datum.name); in cil_tree_print_perms_list() 527 cil_log(CIL_INFO, "\n\n perms list contained unexpected data type: %d\n", current_perm->flavor); in cil_tree_print_perms_list() 547 cil_log(CIL_INFO, " ("); in cil_tree_print_perm_strs() 550 cil_log(CIL_INFO, " %s", (char*)curr->data); in cil_tree_print_perm_strs() [all …]
|
D | cil_post.c | 825 cil_log(CIL_INFO, "Failed to set perm bit\n"); in __cil_perm_to_bitmap() 1062 cil_log(CIL_INFO, "Failed to expand 'all' operator\n"); in __cil_expr_to_bitmap() 1071 cil_log(CIL_INFO, "Failed to expand category range\n"); in __cil_expr_to_bitmap() 1079 cil_log(CIL_INFO, "Failed to expand category range\n"); in __cil_expr_to_bitmap() 1084 cil_log(CIL_INFO, "Range operation only supported for categories permissionx\n"); in __cil_expr_to_bitmap() 1091 cil_log(CIL_INFO, "Failed to get first operand bitmap\n"); in __cil_expr_to_bitmap() 1099 cil_log(CIL_INFO, "Failed to NOT bitmap\n"); in __cil_expr_to_bitmap() 1106 cil_log(CIL_INFO, "Failed to get second operand bitmap\n"); in __cil_expr_to_bitmap() 1123 cil_log(CIL_INFO, "Failed to apply operator to bitmaps\n"); in __cil_expr_to_bitmap() 1134 cil_log(CIL_INFO, "Failed to get operand in list\n"); in __cil_expr_to_bitmap() [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 | 355 cil_log(CIL_INFO, "Parsing %s\n", name); in cil_add_file() 363 cil_log(CIL_INFO, "Failed to parse %s\n", name); in cil_add_file() 390 cil_log(CIL_INFO, "Building AST from Parse Tree\n"); in cil_compile() 393 cil_log(CIL_INFO, "Failed to build ast\n"); in cil_compile() 397 cil_log(CIL_INFO, "Destroying Parse Tree\n"); in cil_compile() 400 cil_log(CIL_INFO, "Resolving AST\n"); in cil_compile() 403 cil_log(CIL_INFO, "Failed to resolve ast\n"); in cil_compile() 407 cil_log(CIL_INFO, "Qualifying Names\n"); in cil_compile() 410 cil_log(CIL_INFO, "Failed to qualify names\n"); in cil_compile() 414 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() 683 cil_log(CIL_INFO, "cil_copy_alias: alias cannot be redefined\n"); in cil_copy_alias() 777 cil_log(CIL_INFO, "cil_copy_bool: boolean cannot be redefined\n"); in cil_copy_bool() 797 cil_log(CIL_INFO, "cil_copy_tunable: tunable cannot be redefined\n"); in cil_copy_tunable() 853 cil_log(CIL_INFO, "cil_copy_permissionx: permissionx cannot be redefined\n"); in cil_copy_permissionx() 935 cil_log(CIL_INFO, "cil_copy_catset: categoryset cannot be redefined\n"); in cil_copy_catset() 1015 cil_log(CIL_INFO, "cil_copy_level: level cannot be redefined\n"); in cil_copy_level() 1052 cil_log(CIL_INFO, "cil_copy_levelrange: levelrange cannot be redefined\n"); in cil_copy_levelrange() 1089 cil_log(CIL_INFO, "cil_copy_context: context cannot be redefined\n"); in cil_copy_context() [all …]
|
D | cil_binary.c | 88 cil_log(CIL_INFO, "Failed to find user %s in sepol hashtab\n", datum->fqn); in __cil_get_sepol_user_datum() 99 cil_log(CIL_INFO, "Failed to find role %s in sepol hashtab\n", datum->fqn); in __cil_get_sepol_role_datum() 110 cil_log(CIL_INFO, "Failed to find type %s in sepol hashtab\n", datum->fqn); in __cil_get_sepol_type_datum() 121 cil_log(CIL_INFO, "Failed to find class %s in sepol hashtab\n", datum->fqn); in __cil_get_sepol_class_datum() 132 cil_log(CIL_INFO, "Failed to find category %s in sepol hashtab\n", datum->fqn); in __cil_get_sepol_cat_datum() 143 cil_log(CIL_INFO, "Failed to find level %s in sepol hashtab\n", datum->fqn); in __cil_get_sepol_level_datum() 390 cil_log(CIL_INFO, "Failed to set dominates bit for role\n"); in cil_role_to_policydb() 447 cil_log(CIL_INFO, "Failed to set type bit for role\n"); in cil_roletype_to_policydb() 764 cil_log(CIL_INFO, "Failed to set role bit for user\n"); in cil_userrole_to_policydb() 2092 cil_log(CIL_INFO, "Failed to find boolean\n"); in __cil_cond_item_to_sepol_expr() [all …]
|
D | cil_write_ast.c | 1505 cil_log(CIL_INFO, "cil_tree_walk failed, rc: %d\n", rc); in cil_write_ast()
|
D | cil_resolve_ast.c | 3870 cil_log(CIL_INFO, "Pass %i of resolution failed\n", pass); in cil_resolve_ast() 3934 cil_log(CIL_INFO, "Resetting declarations\n"); in cil_resolve_ast()
|
/external/selinux/libsepol/cil/include/cil/ |
D | cil.h | 62 CIL_INFO enumerator
|