Lines Matching full:handle
30 static void report_failure(sepol_handle_t *handle, policydb_t *p,
37 ERR(handle, "neverallow on line %lu of %s (or line %lu of policy.conf) violated by allow %s %s:%s {%s };",
45 ERR(handle, "neverallow on line %lu violated by allow %s %s:%s {%s };",
52 ERR(handle, "neverallow violated by allow %s %s:%s {%s };",
61 static unsigned long check_assertion_helper(sepol_handle_t * handle,
81 report_failure(handle, p, avrule, stype, ttype, curperm, node);
89 report_failure(handle, p, avrule, stype, ttype, curperm, node);
98 int check_assertions(sepol_handle_t * handle, policydb_t * p,
141 (handle, p, &te_avtab, &te_cond_avtab, i, i,
148 (handle, p, &te_avtab, &te_cond_avtab, i, j,
155 ERR(handle, "%lu neverallow failures occurred", errors);
162 ERR(handle, "Out of memory - unable to check neverallows");