HomeSort by relevance Sort by last modified time
    Searched refs:neverallows (Results 1 - 3 of 3) sorted by null

  /external/selinux/libsepol/cil/src/
cil_binary.h 253 int cil_avrule_to_policydb(policydb_t *pdb, const struct cil_db *db, struct cil_avrule *cil_avrule, struct cil_list *neverallows);
265 int cil_booleanif_to_policydb(policydb_t *pdb, const struct cil_db *db, struct cil_tree_node *node, struct cil_list *neverallows, hashtab_t filename_trans_table);
cil_binary.c 59 struct cil_list *neverallows; member in struct:cil_args_binary
71 struct cil_list *neverallows; member in struct:cil_args_booleanif
87 void cil_neverallows_list_destroy(struct cil_list *neverallows)
92 cil_list_for_each(i, neverallows) {
101 cil_list_destroy(&neverallows, CIL_FALSE);
3205 struct cil_list *neverallows = args->neverallows; local
3739 struct cil_list *neverallows = NULL; local
    [all...]
  /external/sepolicy/tools/sepolicy-analyze/
neverallow.c 17 fprintf(stderr, "\tneverallow [-w|--warn] [-d|--debug] [-n|--neverallows <neverallow-rules>] | [-f|--file <neverallow-file>]\n");
374 struct avrule *neverallows = NULL, *avrule; local
423 avrule->next = neverallows;
424 neverallows = avrule;
427 if (!neverallows)
430 return check_assertions(NULL, policydb, neverallows);

Completed in 180 milliseconds