Home
last modified time | relevance | path

Searched defs:neverallows (Results 1 – 2 of 2) sorted by relevance

/external/selinux/libsepol/cil/src/
Dcil_binary.c59 struct cil_list *neverallows; member
71 struct cil_list *neverallows; member
87 void cil_neverallows_list_destroy(struct cil_list *neverallows) in cil_neverallows_list_destroy()
1327 static void __cil_neverallow_handle(struct cil_list *neverallows, struct cil_symtab_datum *src, str… in __cil_neverallow_handle()
1381 static int __cil_check_neverallows(struct cil_list *neverallows, struct cil_symtab_datum *src, stru… in __cil_check_neverallows()
1409 …src, struct cil_symtab_datum *tgt, struct cil_classperms *cp, struct cil_list *neverallows, cond_n… in __cil_avrule_expand_helper()
1459 …c, struct cil_symtab_datum *tgt, struct cil_list *classperms, struct cil_list *neverallows, cond_n… in __cil_avrule_expand()
1498 …*pdb, const struct cil_db *db, struct cil_avrule *cil_avrule, struct cil_list *neverallows, cond_n… in __cil_avrule_to_avtab()
1551 …icydb_t *pdb, const struct cil_db *db, struct cil_avrule *cil_avrule, struct cil_list *neverallows) in cil_avrule_to_policydb()
1765 …_t *pdb, const struct cil_db *db, struct cil_tree_node *node, struct cil_list *neverallows, hashta… in cil_booleanif_to_policydb()
[all …]
/external/sepolicy/tools/sepolicy-analyze/
Dneverallow.c374 struct avrule *neverallows = NULL, *avrule; in check_neverallows() local