HomeSort by relevance Sort by last modified time
    Searched refs:cil_level (Results 1 - 19 of 19) sorted by null

  /external/selinux/libsepol/cil/src/
cil_binary.h 442 * The function is given a structure containing the a cil_level and
445 * @param[in] pdb The policy database to use to get sepol level from cil_level's sensitivity.
446 * @param[in] cil_level The cil_level that will be used to create an mls_level_t.
451 int cil_level_to_mls_level(policydb_t *pdb, struct cil_level *cil_level, mls_level_t *mls_level);
cil_internal.h 436 struct cil_level *dftlevel;
463 struct cil_level *level;
680 struct cil_level { struct
690 struct cil_level *low;
692 struct cil_level *high;
959 void cil_level_init(struct cil_level **level);
cil_resolve_ast.h 71 int cil_resolve_level(struct cil_tree_node *current, struct cil_level *level, void *extra_args);
cil_copy_ast.h 92 void cil_copy_fill_level(struct cil_db *db, struct cil_level *orig, struct cil_level **new);
cil_reset_ast.c 8 static inline void cil_reset_level(struct cil_level *level);
240 static inline void cil_reset_level(struct cil_level *level)
477 case CIL_LEVEL:
cil_build_ast.h 162 void cil_destroy_level(struct cil_level *level);
227 int cil_fill_level(struct cil_tree_node *sens, struct cil_level *level);
cil_verify.c 738 struct cil_level *user_low = user->range->low;
739 struct cil_level *user_high = user->range->high;
740 struct cil_level *ctx_low = ctx->range->low;
741 struct cil_level *ctx_high = ctx->range->high;
    [all...]
cil_copy_ast.c 971 void cil_copy_fill_level(struct cil_db *db, struct cil_level *orig, struct cil_level **new)
984 struct cil_level *orig = data;
985 struct cil_level *new = NULL;
    [all...]
cil.c 665 case CIL_LEVEL:
844 case CIL_LEVEL:
1016 case CIL_LEVEL:
    [all...]
cil_binary.c 3008 struct cil_level *cil_level = cil_user->dftlevel; local
    [all...]
cil_tree.c 46 void cil_tree_print_level(struct cil_level *level);
594 void cil_tree_print_level(struct cil_level *level)
    [all...]
cil_resolve_ast.c 832 usrlvl->level = (struct cil_level*)lvl_datum;
    [all...]
cil_policy.c 241 static void cil_level_to_policy(FILE *out, struct cil_level *level)
250 static int cil_levels_simple_and_equal(struct cil_level *l1, struct cil_level *l2)
    [all...]
cil_write_ast.c 268 static int cil_unfill_level(struct cil_level *lvl, char **out_str) {
    [all...]
cil_build_ast.c     [all...]
cil_post.c     [all...]
  /external/selinux/libsepol/cil/test/unit/
test_cil_copy_ast.c 881 cil_level_init((struct cil_level**)&test_copy->data);
886 int rc = cil_copy_fill_level((struct cil_level*)test_ast_node->data, (struct cil_level*)test_copy->data);
888 CuAssertStrEquals(tc, ((struct cil_level *)test_copy->data)->sens_str,
889 ((struct cil_level *)test_ast_node->data)->sens_str);
    [all...]
test_cil_resolve_ast.c     [all...]
test_cil_build_ast.c     [all...]

Completed in 752 milliseconds