/external/selinux/libsepol/src/ |
D | assertion.c | 34 avrule_t *avrule; member 39 static void report_failure(sepol_handle_t *handle, policydb_t *p, const avrule_t *avrule, in report_failure() 141 policydb_t *p, const avrule_t *avrule, in report_assertion_extended_permissions() 218 avrule_t *avrule = a->avrule; in report_assertion_avtab_matches() local 295 int report_assertion_failures(sepol_handle_t *handle, policydb_t *p, avrule_t *avrule) in report_assertion_failures() 323 static int check_assertion_extended_permissions_avtab(avrule_t *avrule, avtab_t *avtab, in check_assertion_extended_permissions_avtab() 382 static int check_assertion_extended_permissions(avrule_t *avrule, avtab_t *avtab, in check_assertion_extended_permissions() 455 avrule_t *avrule = a->avrule; in check_assertion_avtab_match() local 503 int check_assertion(policydb_t *p, avrule_t *avrule) in check_assertion()
|
D | write.c | 1547 static int avrule_write(avrule_t * avrule, struct policy_file *fp) in avrule_write() 1601 avrule_t *avrule; in avrule_write_list() local
|
D | expand.c | 2598 avrule_t *avrule; in copy_neverallow() local
|
D | policydb.c | 3042 avrule_t *avrule; in avrule_read() local
|
D | module_to_cil.c | 1063 struct avrule *avrule; in avrule_list_to_cil() local
|
/external/selinux/libsepol/include/sepol/policydb/ |
D | policydb.h | 258 typedef struct avrule { struct 289 struct avrule *next; argument
|
/external/selinux/checkpolicy/test/ |
D | dismod.c | 214 int display_avrule(avrule_t * avrule, policydb_t * policy, in display_avrule() 598 avrule_t *avrule; in display_avdecl() local 623 avrule_t *avrule = decl->avrules; in display_avdecl() local
|
/external/selinux/checkpolicy/ |
D | policy_define.c | 1522 avrule_t *avrule; in define_compute_type_helper() local 1601 avrule_t *avrule; in define_compute_type() local 1625 avrule_t *avrule; in define_cond_compute_type() local 1945 avrule_t *avrule; in define_te_avtab_xperms_helper() local 2302 avrule_t *avrule; in define_te_avtab_ioctl() local 2402 avrule_t *avrule; in define_te_avtab_helper() local 2542 avrule_t *avrule; in define_cond_te_avtab() local 2562 avrule_t *avrule; in define_te_avtab() local
|
D | module_compiler.c | 25 avrule_block_t *avrule; member 1348 void append_avrule(avrule_t * avrule) in append_avrule()
|
/external/selinux/sepolgen/src/sepolgen/ |
D | access.py | 155 def avrule_to_access_vectors(avrule): argument
|
/external/selinux/libsepol/cil/src/ |
D | cil_find.c | 290 int cil_find_matching_avrule(struct cil_tree_node *node, struct cil_avrule *avrule, struct cil_avru… in cil_find_matching_avrule()
|
D | cil_policy.c | 1006 struct cil_avrule *avrule = (struct cil_avrule*)current->data; in cil_name_to_policy() local
|
D | cil_verify.c | 876 struct cil_avrule *avrule = NULL; in __cil_verify_booleanif_helper() local
|
D | cil.c | 2116 void cil_avrule_init(struct cil_avrule **avrule) in cil_avrule_init()
|
D | cil_post.c | 1864 struct cil_avrule *avrule = node->data; in __cil_post_db_classperms_helper() local
|
D | cil_binary.c | 4229 avrule_t *avrule; in __cil_init_sepol_avrule() local 4316 static void __cil_print_rule(const char *pad, const char *kind, struct cil_avrule *avrule) in __cil_print_rule()
|