Searched refs:cil_avrulex (Results 1 – 1 of 1) sorted by relevance
/external/selinux/libsepol/cil/src/ |
D | cil_binary.c | 1705 …hashtable(policydb_t *pdb, const struct cil_db *db, struct cil_avrule *cil_avrulex, struct cil_arg… in cil_avrulex_to_hashtable() argument 1717 if (cil_avrulex->rule_kind == CIL_AVRULE_DONTAUDIT && db->disable_dontaudit == CIL_TRUE) { in cil_avrulex_to_hashtable() 1723 kind = cil_avrulex->rule_kind; in cil_avrulex_to_hashtable() 1724 src = cil_avrulex->src; in cil_avrulex_to_hashtable() 1725 tgt = cil_avrulex->tgt; in cil_avrulex_to_hashtable() 1735 rc = __cil_avrulex_to_hashtable_helper(pdb, kind, src, src, cil_avrulex->perms.x.permx, args); in cil_avrulex_to_hashtable() 1741 rc = __cil_avrulex_to_hashtable_helper(pdb, kind, src, tgt, cil_avrulex->perms.x.permx, args); in cil_avrulex_to_hashtable()
|