Searched refs:CIL_INFO (Results 1 – 9 of 9) sorted by relevance
/third_party/selinux/libsepol/cil/src/ |
D | cil_post.c | 1088 cil_log(CIL_INFO, "Failed to set perm bit\n"); in __cil_perm_to_bitmap() 1325 cil_log(CIL_INFO, "Failed to expand 'all' operator\n"); in __cil_expr_to_bitmap() 1334 cil_log(CIL_INFO, "Failed to expand category range\n"); in __cil_expr_to_bitmap() 1342 cil_log(CIL_INFO, "Failed to expand category range\n"); in __cil_expr_to_bitmap() 1347 cil_log(CIL_INFO, "Range operation only supported for categories permissionx\n"); in __cil_expr_to_bitmap() 1354 cil_log(CIL_INFO, "Failed to get first operand bitmap\n"); in __cil_expr_to_bitmap() 1362 cil_log(CIL_INFO, "Failed to NOT bitmap\n"); in __cil_expr_to_bitmap() 1369 cil_log(CIL_INFO, "Failed to get second operand bitmap\n"); in __cil_expr_to_bitmap() 1386 cil_log(CIL_INFO, "Failed to apply operator to bitmaps\n"); in __cil_expr_to_bitmap() 1397 cil_log(CIL_INFO, "Failed to get operand in list\n"); in __cil_expr_to_bitmap() [all …]
|
D | cil_fqn.c | 60 cil_log(CIL_INFO, "Fully qualified name for %s is too long\n", datum->name); in __cil_fqn_qualify_decls() 89 cil_log(CIL_INFO, "Fully qualified name for block %s is too long\n", datum->name); in __cil_fqn_qualify_blocks()
|
D | cil.c | 518 cil_log(CIL_INFO, "Parsing %s\n", name); in cil_add_file() 526 cil_log(CIL_INFO, "Failed to parse %s\n", name); in cil_add_file() 549 cil_log(CIL_INFO, "Building AST from Parse Tree\n"); in cil_compile() 556 cil_log(CIL_INFO, "Destroying Parse Tree\n"); in cil_compile() 559 cil_log(CIL_INFO, "Resolving AST\n"); in cil_compile() 566 cil_log(CIL_INFO, "Qualifying Names\n"); in cil_compile() 573 cil_log(CIL_INFO, "Compile post process\n"); in cil_compile() 593 cil_log(CIL_INFO, "Writing Parse AST\n"); in cil_write_parse_ast() 612 cil_log(CIL_INFO, "Building AST from Parse Tree\n"); in cil_write_build_ast() 619 cil_log(CIL_INFO, "Destroying Parse Tree\n"); in cil_write_build_ast() [all …]
|
D | cil_tree.c | 290 cil_tree_log(node, CIL_INFO, "Problem"); in cil_tree_walk_core() 327 cil_tree_log(node, CIL_INFO, "Problem"); in cil_tree_walk() 340 cil_tree_log(node, CIL_INFO, "Problem"); in cil_tree_walk()
|
D | cil_binary.c | 83 cil_log(CIL_INFO, "Failed to find user %s in sepol hashtab\n", datum->fqn); in __cil_get_sepol_user_datum() 94 cil_log(CIL_INFO, "Failed to find role %s in sepol hashtab\n", datum->fqn); in __cil_get_sepol_role_datum() 105 cil_log(CIL_INFO, "Failed to find type %s in sepol hashtab\n", datum->fqn); in __cil_get_sepol_type_datum() 116 cil_log(CIL_INFO, "Failed to find class %s in sepol hashtab\n", datum->fqn); in __cil_get_sepol_class_datum() 127 cil_log(CIL_INFO, "Failed to find category %s in sepol hashtab\n", datum->fqn); in __cil_get_sepol_cat_datum() 138 cil_log(CIL_INFO, "Failed to find level %s in sepol hashtab\n", datum->fqn); in __cil_get_sepol_level_datum() 385 cil_log(CIL_INFO, "Failed to set dominates bit for role\n"); in cil_role_to_policydb() 440 cil_log(CIL_INFO, "Failed to set type bit for role\n"); in cil_roletype_to_policydb() 751 cil_log(CIL_INFO, "Failed to set role bit for user\n"); in cil_userrole_to_policydb() 2038 cil_log(CIL_INFO, "Failed to find boolean\n"); in __cil_cond_item_to_sepol_expr() [all …]
|
D | cil_copy_ast.c | 251 cil_log(CIL_INFO, "cil_copy_class: class cannot be redefined\n"); in cil_copy_class() 289 cil_log(CIL_INFO, "classpermission cannot be redefined\n"); in cil_copy_classpermission() 675 cil_log(CIL_INFO, "cil_copy_alias: alias cannot be redefined\n"); in cil_copy_alias() 769 cil_log(CIL_INFO, "cil_copy_bool: boolean cannot be redefined\n"); in cil_copy_bool() 789 cil_log(CIL_INFO, "cil_copy_tunable: tunable cannot be redefined\n"); in cil_copy_tunable() 845 cil_log(CIL_INFO, "cil_copy_permissionx: permissionx cannot be redefined\n"); in cil_copy_permissionx() 927 cil_log(CIL_INFO, "cil_copy_catset: categoryset cannot be redefined\n"); in cil_copy_catset() 1007 cil_log(CIL_INFO, "cil_copy_level: level cannot be redefined\n"); in cil_copy_level() 1044 cil_log(CIL_INFO, "cil_copy_levelrange: levelrange cannot be redefined\n"); in cil_copy_levelrange() 1081 cil_log(CIL_INFO, "cil_copy_context: context cannot be redefined\n"); in cil_copy_context() [all …]
|
D | cil_resolve_ast.c | 3970 cil_tree_log(node, CIL_INFO, "Failed to resolve %s statement", cil_node_to_string(node)); in __cil_resolve_ast_node_helper() 3971 cil_tree_log(optional, CIL_INFO, "Disabling optional '%s'", DATUM(optional->data)->name); in __cil_resolve_ast_node_helper() 4101 cil_log(CIL_INFO, "Pass %i of resolution failed\n", pass); in cil_resolve_ast() 4190 cil_log(CIL_INFO, "Resetting declarations\n"); in cil_resolve_ast()
|
D | cil_verify.c | 587 …cil_tree_log(node, CIL_INFO, "No context assigned to SID %s, omitting from policy",sid->datum.name… in __cil_verify_initsids()
|
/third_party/selinux/libsepol/cil/include/cil/ |
D | cil.h | 71 CIL_INFO enumerator
|