Searched refs:neverallows (Results 1 – 3 of 3) sorted by relevance
64 struct cil_list *neverallows; member3508 struct cil_list *neverallows = args->neverallows; in __cil_node_to_policydb() local3509 cil_list_prepend(neverallows, CIL_LIST_ITEM, node); in __cil_node_to_policydb()4476 …c int cil_check_neverallows(const struct cil_db *db, policydb_t *pdb, struct cil_list *neverallows) in cil_check_neverallows() argument4482 cil_list_for_each(item, neverallows) { in cil_check_neverallows()4632 struct cil_list *neverallows = NULL; in cil_binary_create_allocated_pdb() local4696 cil_list_init(&neverallows, CIL_LIST_ITEM); in cil_binary_create_allocated_pdb()4700 extra_args.neverallows = neverallows; in cil_binary_create_allocated_pdb()4757 rc = cil_check_neverallows(db, pdb, neverallows); in cil_binary_create_allocated_pdb()4786 cil_list_destroy(&neverallows, CIL_FALSE); in cil_binary_create_allocated_pdb()
395 <td align="left"><p><code>neverallows</code></p></td>
310 * Merged conditionally expand neverallows patch from Jeremy Mowery.