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

  /system/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 64 struct cil_list *neverallows; member in struct:cil_args_binary
3508 struct cil_list *neverallows = args->neverallows; local
4632 struct cil_list *neverallows = NULL; local
    [all...]

Completed in 45 milliseconds