/third_party/selinux/libsepol/cil/src/ |
H A D | cil_find.c | 295 static int cil_find_matching_avrule(struct cil_tree_node *node, struct cil_avrule *avrule, struct cil_avrule *target, struct cil_list *matching, int match_self) in cil_find_matching_avrule() argument
|
H A D | cil_verify.c | 1030 struct cil_avrule *avrule = NULL; in __cil_verify_booleanif_helper() local
|
H A D | cil_post.c | 2222 struct cil_avrule *avrule = node->data; in __cil_post_db_classperms_helper() local
|
H A D | cil_binary.c | 4614 avrule_t *avrule; in __cil_init_sepol_avrule() local 4712 __cil_print_rule(const char *pad, const char *kind, struct cil_avrule *avrule) __cil_print_rule() argument [all...] |
H A D | cil.c | 2448 void cil_avrule_init(struct cil_avrule **avrule) in cil_avrule_init() argument [all...] |
/third_party/selinux/libsepol/src/ |
H A D | assertion.c | 34 avrule_t *avrule; member 47 static void report_failure(sepol_handle_t *handle, policydb_t *p, const avrule_t *avrule, in report_failure() argument 145 report_assertion_extended_permissions(sepol_handle_t *handle, policydb_t *p, const avrule_t *avrule, unsigned int stype, unsigned int ttype, const class_perm_node_t *curperm, uint32_t perms, avtab_key_t *k, avtab_t *avtab) report_assertion_extended_permissions() argument 219 avrule_t *avrule = a->avrule; report_assertion_avtab_matches() local 294 report_assertion_failures(sepol_handle_t *handle, policydb_t *p, avrule_t *avrule) report_assertion_failures() argument 324 check_assertion_extended_permissions_avtab(avrule_t *avrule, avtab_t *avtab, unsigned int stype, unsigned int ttype, avtab_key_t *k, policydb_t *p) check_assertion_extended_permissions_avtab() argument 379 check_assertion_extended_permissions(avrule_t *avrule, avtab_t *avtab, avtab_key_t *k, policydb_t *p) check_assertion_extended_permissions() argument 445 check_assertion_self_match(avtab_key_t *k, avrule_t *avrule, policydb_t *p) check_assertion_self_match() argument 476 avrule_t *avrule = a->avrule; check_assertion_avtab_match() local 517 check_assertion(policydb_t *p, avrule_t *avrule) check_assertion() argument [all...] |
H A D | policydb_validate.c | 872 static int validate_avrules(sepol_handle_t *handle, const avrule_t *avrule, int conditional, const policydb_t *p, validate_t flavors[]) in validate_avrules() argument [all...] |
H A D | write.c | 1743 static int avrule_write(policydb_t *p, avrule_t * avrule, in avrule_write() argument 1838 avrule_t *avrule; avrule_write_list() local [all...] |
H A D | expand.c | 2639 avrule_t *avrule; in copy_neverallow() local [all...] |
H A D | policydb.c | 3515 avrule_t *avrule; in avrule_read() local [all...] |
H A D | module_to_cil.c | 1186 struct avrule *avrule; in avrule_list_to_cil() local [all...] |
/third_party/selinux/checkpolicy/test/ |
H A D | dismod.c | 213 static int display_avrule(avrule_t * avrule, policydb_t * policy, in display_avrule() argument 622 avrule_t *avrule; display_avdecl() local 647 avrule_t *avrule = decl->avrules; display_avdecl() local [all...] |
/third_party/selinux/checkpolicy/ |
H A D | module_compiler.c | 25 avrule_block_t *avrule; member 1238 void append_avrule(avrule_t * avrule) in append_avrule() argument [all...] |
H A D | policy_define.c | 1610 avrule_t *avrule; in define_compute_type_helper() local 1698 avrule_t *avrule; define_compute_type() local 1722 avrule_t *avrule; define_cond_compute_type() local 2045 avrule_t *avrule; define_te_avtab_xperms_helper() local 2395 avrule_t *avrule; define_te_avtab_ioctl() local 2505 avrule_t *avrule; define_te_avtab_helper() local 2650 avrule_t *avrule; define_cond_te_avtab() local 2670 avrule_t *avrule; define_te_avtab() local [all...] |
/third_party/selinux/libsepol/include/sepol/policydb/ |
H A D | policydb.h | 268 typedef struct avrule { struct
|