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

  /external/selinux/libsepol/cil/src/
cil_binary.h 441 * The function is given a structure containing the a cil_level and
444 * @param[in] pdb The policy database to use to get sepol level from cil_level's sensitivity.
445 * @param[in] cil_level The cil_level that will be used to create an mls_level_t.
450 int cil_level_to_mls_level(policydb_t *pdb, struct cil_level *cil_level, mls_level_t *mls_level);
cil_internal.h 414 struct cil_level *dftlevel;
428 struct cil_level *level;
625 struct cil_level { struct
635 struct cil_level *low;
637 struct cil_level *high;
898 void cil_level_init(struct cil_level **level);
cil_resolve_ast.h 70 int cil_resolve_level(struct cil_tree_node *current, struct cil_level *level, void *extra_args);
cil_copy_ast.h 90 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);
215 static inline void cil_reset_level(struct cil_level *level)
446 case CIL_LEVEL:
cil_build_ast.h 155 void cil_destroy_level(struct cil_level *level);
218 int cil_fill_level(struct cil_tree_node *sens, struct cil_level *level);
cil_verify.c 720 struct cil_level *user_low = user->range->low;
721 struct cil_level *user_high = user->range->high;
722 struct cil_level *ctx_low = ctx->range->low;
723 struct cil_level *ctx_high = ctx->range->high;
    [all...]
cil_copy_ast.c 892 void cil_copy_fill_level(struct cil_db *db, struct cil_level *orig, struct cil_level **new)
905 struct cil_level *orig = data;
906 struct cil_level *new = NULL;
    [all...]
cil_policy.c 422 void cil_level_to_policy(FILE **file_arr, uint32_t file_index, struct cil_level *level)
435 struct cil_level *low = lvlrange->low;
436 struct cil_level *high = lvlrange->high;
1057 case CIL_LEVEL:
1059 cil_level_to_policy(file_arr, LEVELS, (struct cil_level*)current->data);
    [all...]
cil_binary.c 2539 struct cil_level *cil_level = cil_user->dftlevel; local
    [all...]
cil.c 634 case CIL_LEVEL:
805 case CIL_LEVEL:
970 case CIL_LEVEL:
1216 static int cil_level_equals(struct cil_level *low, struct cil_level *high)
1246 static int __cil_level_strlen(struct cil_level *lvl)
    [all...]
cil_tree.c 46 void cil_tree_print_level(struct cil_level *level);
508 void cil_tree_print_level(struct cil_level *level)
1217 case CIL_LEVEL: {
1218 struct cil_level *level = node->data;
    [all...]
cil_resolve_ast.c 783 usrlvl->level = (struct cil_level*)lvl_datum;
    [all...]
cil_build_ast.c     [all...]
cil_post.c 1133 static int __evaluate_level_expression(struct cil_level *level, struct cil_db *db)
1196 case CIL_LEVEL: {
    [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 151 milliseconds