Searched defs:cil_avrule (Results 1 – 2 of 2) sorted by relevance
623 struct cil_avrule { struct624 int is_extended;625 uint32_t rule_kind;626 char *src_str;627 void *src; /* type, alias, or attribute */628 char *tgt_str; 629 void *tgt; /* type, alias, or attribute */630 union {636 } perms;
1484 …cil_avrule_to_avtab(policydb_t *pdb, const struct cil_db *db, struct cil_avrule *cil_avrule, cond_… in __cil_avrule_to_avtab()1635 int cil_avrule_to_policydb(policydb_t *pdb, const struct cil_db *db, struct cil_avrule *cil_avrule) in cil_avrule_to_policydb()2088 struct cil_avrule *cil_avrule; in __cil_cond_to_policydb_helper() local