/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 | 428 struct cil_level *dftlevel; 455 struct cil_level *level; 669 struct cil_level { struct 679 struct cil_level *low; 681 struct cil_level *high; 942 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); 225 int cil_fill_level(struct cil_tree_node *sens, struct cil_level *level);
|
cil_verify.c | 732 struct cil_level *user_low = user->range->low; 733 struct cil_level *user_high = user->range->high; 734 struct cil_level *ctx_low = ctx->range->low; 735 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_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.c | 653 case CIL_LEVEL: 829 case CIL_LEVEL: 1001 case CIL_LEVEL: [all...] |
cil_binary.c | 2836 struct cil_level *cil_level = cil_user->dftlevel; local [all...] |
cil_tree.c | 46 void cil_tree_print_level(struct cil_level *level); 508 void cil_tree_print_level(struct cil_level *level) 1235 case CIL_LEVEL: { 1236 struct cil_level *level = node->data; [all...] |
cil_resolve_ast.c | 822 usrlvl->level = (struct cil_level*)lvl_datum; [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...] |