Home
last modified time | relevance | path

Searched defs:cil_avrule (Results 1 – 2 of 2) sorted by relevance

/external/selinux/libsepol/cil/src/
Dcil_internal.h599 struct cil_avrule { struct
600 int is_extended;
601 uint32_t rule_kind;
602 char *src_str;
603 void *src; /* type, alias, or attribute */
604 char *tgt_str;
605 void *tgt; /* type, alias, or attribute */
606 union {
612 } perms;
Dcil_binary.c1448 int __cil_avrule_to_avtab(policydb_t *pdb, const struct cil_db *db, struct cil_avrule *cil_avrule, … in __cil_avrule_to_avtab()
1565 int cil_avrule_to_policydb(policydb_t *pdb, const struct cil_db *db, struct cil_avrule *cil_avrule) in cil_avrule_to_policydb()
1950 struct cil_avrule *cil_avrule; in __cil_cond_to_policydb_helper() local