Searched refs:ocontexts (Results 1 - 3 of 3) sorted by relevance

/linux-master/security/selinux/ss/
H A Dpolicydb.h286 struct ocontext *ocontexts[OCON_NUM]; member in struct:policydb
H A Dservices.c2080 oc = args->newp->ocontexts[OCON_ISID];
2354 * For all ocontexts except OCON_ISID the SID fields are populated
2410 c = policydb->ocontexts[OCON_PORT];
2462 c = policydb->ocontexts[OCON_IBPKEY];
2514 c = policydb->ocontexts[OCON_IBENDPORT];
2566 c = policydb->ocontexts[OCON_NETIF];
2641 c = policydb->ocontexts[OCON_NODE];
2654 c = policydb->ocontexts[OCON_NODE6];
2937 c = policydb->ocontexts[OCON_FSUSE];
H A Dpolicydb.c797 c = p->ocontexts[i];
803 p->ocontexts[i] = NULL;
870 head = p->ocontexts[OCON_ISID];
2262 p->ocontexts[i] = c;
3305 for (c = p->ocontexts[i]; c; c = c->next)
3311 for (c = p->ocontexts[i]; c; c = c->next) {

Completed in 212 milliseconds