Searched defs:cil_avrule (Results 1 – 2 of 2) sorted by relevance
600 struct cil_avrule { struct601 int is_extended;602 uint32_t rule_kind;603 char *src_str;604 void *src; /* type, alias, or attribute */605 char *tgt_str; 606 void *tgt; /* type, alias, or attribute */607 union {613 } perms;
1452 int __cil_avrule_to_avtab(policydb_t *pdb, const struct cil_db *db, struct cil_avrule *cil_avrule, … in __cil_avrule_to_avtab()1569 int cil_avrule_to_policydb(policydb_t *pdb, const struct cil_db *db, struct cil_avrule *cil_avrule) in cil_avrule_to_policydb()1956 struct cil_avrule *cil_avrule; in __cil_cond_to_policydb_helper() local