Lines Matching refs:tsid
216 security_id_t tsid;
231 tsid = pobj->sid;
234 tsid = subj->sid;
238 if (avc_compute_create(subj->sid, tsid, class, &obj->sid) < 0) {
496 security_id_t tsid;
511 rc = SELinuxSelectionToSID(name, subj, &tsid, NULL);
516 while (pSel->selection != name || obj->sid != tsid) {
555 security_id_t tsid;
575 rc = SELinuxPropertyToSID(name, subj, &tsid, NULL);
580 while (pProp->propertyName != name || obj->sid != tsid) {