Searched refs:neverallows (Results 1 – 2 of 2) sorted by relevance
/external/selinux/libsepol/cil/src/ |
D | cil_binary.c | 69 struct cil_list *neverallows; member 3701 struct cil_list *neverallows = args->neverallows; in __cil_node_to_policydb() local 3702 cil_list_prepend(neverallows, CIL_LIST_ITEM, node); in __cil_node_to_policydb() 4648 …neverallows(const struct cil_db *db, policydb_t *pdb, struct cil_list *neverallows, int *violation) in cil_check_neverallows() argument 4653 cil_list_for_each(item, neverallows) { in cil_check_neverallows() 4803 struct cil_list *neverallows = NULL; in cil_binary_create_allocated_pdb() local 4853 cil_list_init(&neverallows, CIL_LIST_ITEM); in cil_binary_create_allocated_pdb() 4857 extra_args.neverallows = neverallows; in cil_binary_create_allocated_pdb() 4913 rc = cil_check_neverallows(db, pdb, neverallows, &violation); in cil_binary_create_allocated_pdb() 4966 cil_list_destroy(&neverallows, CIL_FALSE); in cil_binary_create_allocated_pdb()
|
/external/selinux/secilc/docs/ |
D | cil_access_vector_rules.md | 395 <td align="left"><p><code>neverallows</code></p></td>
|