Searched refs:neverallows (Results 1 – 2 of 2) sorted by relevance
/external/selinux/libsepol/cil/src/ |
D | cil_binary.c | 67 struct cil_list *neverallows; member 3693 struct cil_list *neverallows = args->neverallows; in __cil_node_to_policydb() local 3694 cil_list_prepend(neverallows, CIL_LIST_ITEM, node); in __cil_node_to_policydb() 4665 …neverallows(const struct cil_db *db, policydb_t *pdb, struct cil_list *neverallows, int *violation) in cil_check_neverallows() argument 4670 cil_list_for_each(item, neverallows) { in cil_check_neverallows() 4819 struct cil_list *neverallows = NULL; in cil_binary_create_allocated_pdb() local 4883 cil_list_init(&neverallows, CIL_LIST_ITEM); in cil_binary_create_allocated_pdb() 4887 extra_args.neverallows = neverallows; in cil_binary_create_allocated_pdb() 4945 rc = cil_check_neverallows(db, pdb, neverallows, &violation); in cil_binary_create_allocated_pdb() 4998 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>
|