Searched refs:avrule (Results 1 – 1 of 1) sorted by relevance
/system/sepolicy/tools/sepolicy-analyze/ |
D | neverallow.c | 371 struct avrule *neverallows = NULL, *avrule; in check_neverallows() local 396 avrule = calloc(1, sizeof *avrule); in check_neverallows() 397 if (!avrule) in check_neverallows() 400 avrule->specified = AVRULE_NEVERALLOW; in check_neverallows() 402 if (read_typeset(policydb, &p, end, &avrule->stypes, &avrule->flags)) in check_neverallows() 405 if (read_typeset(policydb, &p, end, &avrule->ttypes, &avrule->flags)) in check_neverallows() 408 if (read_classperms(policydb, &p, end, &avrule->perms)) in check_neverallows() 420 avrule->next = neverallows; in check_neverallows() 421 neverallows = avrule; in check_neverallows()
|