Home
last modified time | relevance | path

Searched refs:CIL_INFO (Results 1 – 10 of 10) sorted by relevance

/external/selinux/libsepol/cil/src/
Dcil_tree.c274 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()
508 cil_log(CIL_INFO, "("); in cil_tree_print_expr()
516 cil_log(CIL_INFO, "ERROR)"); in cil_tree_print_expr()
519 cil_log(CIL_INFO, "%s)", expr_str); in cil_tree_print_expr()
527 cil_log(CIL_INFO, " %s", ((struct cil_perm *)current_perm->data)->datum.name); in cil_tree_print_perms_list()
529 cil_log(CIL_INFO, " %s", ((struct cil_perm*)current_perm->data)->datum.name); in cil_tree_print_perms_list()
531 cil_log(CIL_INFO, "\n\n perms list contained unexpected data type: %d\n", current_perm->flavor); in cil_tree_print_perms_list()
551 cil_log(CIL_INFO, " ("); in cil_tree_print_perm_strs()
[all …]
Dcil_post.c1074 cil_log(CIL_INFO, "Failed to set perm bit\n"); in __cil_perm_to_bitmap()
1311 cil_log(CIL_INFO, "Failed to expand 'all' operator\n"); in __cil_expr_to_bitmap()
1320 cil_log(CIL_INFO, "Failed to expand category range\n"); in __cil_expr_to_bitmap()
1328 cil_log(CIL_INFO, "Failed to expand category range\n"); in __cil_expr_to_bitmap()
1333 cil_log(CIL_INFO, "Range operation only supported for categories permissionx\n"); in __cil_expr_to_bitmap()
1340 cil_log(CIL_INFO, "Failed to get first operand bitmap\n"); in __cil_expr_to_bitmap()
1348 cil_log(CIL_INFO, "Failed to NOT bitmap\n"); in __cil_expr_to_bitmap()
1355 cil_log(CIL_INFO, "Failed to get second operand bitmap\n"); in __cil_expr_to_bitmap()
1372 cil_log(CIL_INFO, "Failed to apply operator to bitmaps\n"); in __cil_expr_to_bitmap()
1383 cil_log(CIL_INFO, "Failed to get operand in list\n"); in __cil_expr_to_bitmap()
[all …]
Dcil_fqn.c59 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()
Dcil.c525 cil_log(CIL_INFO, "Parsing %s\n", name); in cil_add_file()
533 cil_log(CIL_INFO, "Failed to parse %s\n", name); in cil_add_file()
560 cil_log(CIL_INFO, "Building AST from Parse Tree\n"); in cil_compile()
563 cil_log(CIL_INFO, "Failed to build ast\n"); in cil_compile()
567 cil_log(CIL_INFO, "Destroying Parse Tree\n"); in cil_compile()
570 cil_log(CIL_INFO, "Resolving AST\n"); in cil_compile()
573 cil_log(CIL_INFO, "Failed to resolve ast\n"); in cil_compile()
577 cil_log(CIL_INFO, "Qualifying Names\n"); in cil_compile()
580 cil_log(CIL_INFO, "Failed to qualify names\n"); in cil_compile()
584 cil_log(CIL_INFO, "Compile post process\n"); in cil_compile()
[all …]
Dcil_copy_ast.c242 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 …]
Dcil_binary.c87 cil_log(CIL_INFO, "Failed to find user %s in sepol hashtab\n", datum->fqn); in __cil_get_sepol_user_datum()
98 cil_log(CIL_INFO, "Failed to find role %s in sepol hashtab\n", datum->fqn); in __cil_get_sepol_role_datum()
109 cil_log(CIL_INFO, "Failed to find type %s in sepol hashtab\n", datum->fqn); in __cil_get_sepol_type_datum()
120 cil_log(CIL_INFO, "Failed to find class %s in sepol hashtab\n", datum->fqn); in __cil_get_sepol_class_datum()
131 cil_log(CIL_INFO, "Failed to find category %s in sepol hashtab\n", datum->fqn); in __cil_get_sepol_cat_datum()
142 cil_log(CIL_INFO, "Failed to find level %s in sepol hashtab\n", datum->fqn); in __cil_get_sepol_level_datum()
389 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()
755 cil_log(CIL_INFO, "Failed to set role bit for user\n"); in cil_userrole_to_policydb()
2053 cil_log(CIL_INFO, "Failed to find boolean\n"); in __cil_cond_item_to_sepol_expr()
[all …]
Dcil_resolve_ast.c3764 lvl = CIL_INFO; in __cil_resolve_ast_node_helper()
3930 cil_log(CIL_INFO, "Pass %i of resolution failed\n", pass); in cil_resolve_ast()
3994 cil_log(CIL_INFO, "Resetting declarations\n"); in cil_resolve_ast()
Dcil_verify.c442 …cil_tree_log(node, CIL_INFO, "No context assigned to SID %s, omitting from policy",sid->datum.name… in __cil_verify_initsids()
Dcil_write_ast.c1501 cil_log(CIL_INFO, "cil_tree_walk failed, rc: %d\n", rc); in cil_write_ast()
/external/selinux/libsepol/cil/include/cil/
Dcil.h67 CIL_INFO enumerator