Home
last modified time | relevance | path

Searched refs:neverallows (Results 1 – 3 of 3) sorted by relevance

/external/selinux/libsepol/cil/src/
Dcil_binary.c64 struct cil_list *neverallows; member
3508 struct cil_list *neverallows = args->neverallows; in __cil_node_to_policydb() local
3509 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() argument
4482 cil_list_for_each(item, neverallows) { in cil_check_neverallows()
4632 struct cil_list *neverallows = NULL; in cil_binary_create_allocated_pdb() local
4696 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()
/external/selinux/secilc/docs/
Dcil_access_vector_rules.md395 <td align="left"><p><code>neverallows</code></p></td>
/external/selinux/libsepol/
DChangeLog310 * Merged conditionally expand neverallows patch from Jeremy Mowery.