Searched defs:cil_avrule (Results 1 – 2 of 2) sorted by relevance
584 struct cil_avrule { struct585 int is_extended;586 uint32_t rule_kind;587 char *src_str;588 void *src; /* type, alias, or attribute */589 char *tgt_str; 590 void *tgt; /* type, alias, or attribute */591 union {597 } perms;
1430 int __cil_avrule_to_avtab(policydb_t *pdb, const struct cil_db *db, struct cil_avrule *cil_avrule, … in __cil_avrule_to_avtab()1547 int cil_avrule_to_policydb(policydb_t *pdb, const struct cil_db *db, struct cil_avrule *cil_avrule) in cil_avrule_to_policydb()1932 struct cil_avrule *cil_avrule; in __cil_cond_to_policydb_helper() local