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

  /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);
  /external/selinux/libsepol/cil/src/
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...]

Completed in 77 milliseconds