Searched refs:tsid (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dxselinux_label.c171 security_id_t tsid; local in function:SELinuxSelectionToSID
180 tsid = subj->sel_use_sid;
184 tsid = obj->sid;
188 SECCLASS_X_SELECTION, &tsid) < 0) {
193 *sid_rtn = tsid;
208 security_id_t tsid, tsid2; local in function:SELinuxPropertyToSID
217 tsid = subj->prp_use_sid;
223 SECCLASS_X_PROPERTY, &tsid) < 0) {
230 tsid2 = tsid;
232 SECCLASS_X_PROPERTY, &tsid) <
[all...]
H A Dxselinux_hooks.c216 security_id_t tsid; local in function:SELinuxLabelResource
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; local in function:SELinuxSelection
511 rc = SELinuxSelectionToSID(name, subj, &tsid, NULL);
516 while (pSel->selection != name || obj->sid != tsid) {
555 security_id_t tsid; local in function:SELinuxProperty
575 rc = SELinuxPropertyToSID(name, subj, &tsid, NULL);
580 while (pProp->propertyName != name || obj->sid != tsid) {
[all...]
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dxselinux_label.c177 security_id_t tsid; local in function:SELinuxSelectionToSID
186 tsid = subj->sel_use_sid;
190 tsid = obj->sid;
194 SECCLASS_X_SELECTION, &tsid) < 0) {
199 *sid_rtn = tsid;
214 security_id_t tsid, tsid2; local in function:SELinuxPropertyToSID
223 tsid = subj->prp_use_sid;
228 if (avc_compute_create(subj->sid, obj->sid, SECCLASS_X_PROPERTY, &tsid) < 0) {
235 tsid2 = tsid;
237 SECCLASS_X_PROPERTY, &tsid) <
[all...]
H A Dxselinux_hooks.c214 security_id_t tsid; local in function:SELinuxLabelResource
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; local in function:SELinuxSelection
514 rc = SELinuxSelectionToSID(name, subj, &tsid, NULL);
519 while (pSel->selection != name || obj->sid != tsid) {
558 security_id_t tsid; local in function:SELinuxProperty
578 rc = SELinuxPropertyToSID(name, subj, &tsid, NULL);
583 while (pProp->propertyName != name || obj->sid != tsid) {
[all...]

Completed in 5 milliseconds