Home
last modified time | relevance | path

Searched refs:oc (Results 1 – 1 of 1) sorted by relevance

/security/selinux/ss/
Dservices.c1978 struct ocontext *oc; in convert_context() local
2063 oc = args->newp->ocontexts[OCON_ISID]; in convert_context()
2064 while (oc && oc->sid[0] != SECINITSID_UNLABELED) in convert_context()
2065 oc = oc->next; in convert_context()
2067 if (!oc) { in convert_context()
2072 rc = mls_range_set(newc, &oc->context[0].range); in convert_context()