Home | History | Annotate | Download | only in src

Lines Matching refs:seapp_contexts

33 	"/seapp_contexts",
127 static struct seapp_context **seapp_contexts = NULL;
145 selinux_log(SELINUX_ERROR, "%s: could not open any seapp_contexts file", __FUNCTION__);
149 if (seapp_contexts) {
151 cur = seapp_contexts[n];
160 free(seapp_contexts);
173 seapp_contexts = calloc(nspec, sizeof(struct seapp_context *));
174 if (!seapp_contexts)
272 seapp_contexts[nspec] = cur;
277 qsort(seapp_contexts, nspec, sizeof(struct seapp_context *),
284 cur = seapp_contexts[i];
369 cur = seapp_contexts[i];