Home
last modified time | relevance | path

Searched refs:CIL_MLSCONSTRAIN (Results 1 – 14 of 14) sorted by relevance

/external/selinux/libsepol/cil/src/
Dcil_flavor.h94 CIL_MLSCONSTRAIN, enumerator
Dcil_reset_ast.c526 case CIL_MLSCONSTRAIN: in __cil_reset_node()
Dandroid.c733 case CIL_MLSCONSTRAIN: in __attributize_helper()
Dcil.c709 case CIL_MLSCONSTRAIN: in cil_destroy_data()
1084 case CIL_MLSCONSTRAIN: in cil_node_to_string()
Dcil_write_ast.c1389 case CIL_MLSCONSTRAIN: in __cil_write_node_helper()
Dcil_tree.c1352 case CIL_MLSCONSTRAIN: { in cil_tree_print_node()
Dcil_copy_ast.c1941 case CIL_MLSCONSTRAIN: in __cil_copy_node_helper()
Dcil_post.c1914 case CIL_MLSCONSTRAIN: { in __cil_post_db_classperms_helper()
Dcil_policy.c116 case CIL_MLSCONSTRAIN: in __cil_gather_statements_helper()
Dcil_resolve_ast.c3557 case CIL_MLSCONSTRAIN: in __cil_resolve_ast_node()
Dcil_binary.c3728 case CIL_MLSCONSTRAIN: in __cil_node_to_policydb()
Dcil_build_ast.c6204 rc = cil_gen_constrain(db, parse_current, ast_node, CIL_MLSCONSTRAIN); in __cil_build_ast_node_helper()
/external/selinux/libsepol/cil/test/unit/
Dtest_cil_build_ast.c5743 int rc = cil_gen_expr_stack(parse_current->next->next, CIL_MLSCONSTRAIN, &cons->expr); in test_cil_gen_constrain_expr_stack_eq2_t1type()
5768 int rc = cil_gen_expr_stack(parse_current->next->next->next, CIL_MLSCONSTRAIN, &cons->expr); in test_cil_gen_constrain_expr_stack_eq2_t1t1_neg()
5793 int rc = cil_gen_expr_stack(parse_current->next->next, CIL_MLSCONSTRAIN, &cons->expr); in test_cil_gen_constrain_expr_stack_eq2_t2type()
5818 int rc = cil_gen_expr_stack(parse_current->next->next, CIL_MLSCONSTRAIN, &cons->expr); in test_cil_gen_constrain_expr_stack_eq2_t2t2_neg()
5843 int rc = cil_gen_expr_stack(parse_current->next->next, CIL_MLSCONSTRAIN, &cons->expr); in test_cil_gen_constrain_expr_stack_eq2_r1role()
5868 int rc = cil_gen_expr_stack(parse_current->next->next, CIL_MLSCONSTRAIN, &cons->expr); in test_cil_gen_constrain_expr_stack_eq2_r1r1_neg()
5893 int rc = cil_gen_expr_stack(parse_current->next->next, CIL_MLSCONSTRAIN, &cons->expr); in test_cil_gen_constrain_expr_stack_eq2_r2role()
5918 int rc = cil_gen_expr_stack(parse_current->next->next, CIL_MLSCONSTRAIN, &cons->expr); in test_cil_gen_constrain_expr_stack_eq2_r2r2_neg()
5943 int rc = cil_gen_expr_stack(parse_current->next->next, CIL_MLSCONSTRAIN, &cons->expr); in test_cil_gen_constrain_expr_stack_eq2_t1t2()
5968 int rc = cil_gen_expr_stack(parse_current->next->next, CIL_MLSCONSTRAIN, &cons->expr); in test_cil_gen_constrain_expr_stack_eq_r1r2()
[all …]
Dtest_cil_copy_ast.c1319 … cil_gen_constrain(test_db, test_tree->root->cl_head->cl_head, test_ast_node, CIL_MLSCONSTRAIN); in test_cil_copy_constrain()