Searched refs:read_typeset (Results 1 – 1 of 1) sorted by relevance
/system/sepolicy/tools/sepolicy-analyze/ |
D | neverallow.c | 20 static int read_typeset(policydb_t *policydb, char **ptr, char *end, in read_typeset() function 413 if (read_typeset(policydb, &p, end, &avrule->stypes, &avrule->flags)) in check_neverallows() 416 if (read_typeset(policydb, &p, end, &avrule->ttypes, &avrule->flags)) in check_neverallows()
|