Lines Matching refs:tsid
214 security_id_t tsid;
230 tsid = pobj->sid;
234 tsid = subj->sid;
238 if (avc_compute_create(subj->sid, tsid, class, &obj->sid) < 0) {
499 security_id_t tsid;
514 rc = SELinuxSelectionToSID(name, subj, &tsid, NULL);
519 while (pSel->selection != name || obj->sid != tsid) {
558 security_id_t tsid;
578 rc = SELinuxPropertyToSID(name, subj, &tsid, NULL);
583 while (pProp->propertyName != name || obj->sid != tsid) {