Searched refs:trustLevel (Results 1 – 4 of 4) sorted by relevance
62 unsigned int trustLevel :2; member122 if (subj->trustLevel == XSecurityClientTrusted) in SecurityDoCheck()124 if (obj->trustLevel != XSecurityClientTrusted) in SecurityDoCheck()142 state->trustLevel = XSecurityClientTrusted; in SecurityLabelInitial()403 unsigned int trustLevel; /* trust level of new auth */ in ProcSecurityGenerateAuthorization() local437 trustLevel = XSecurityClientUntrusted; in ProcSecurityGenerateAuthorization()439 trustLevel = *values++; in ProcSecurityGenerateAuthorization()440 if (trustLevel != XSecurityClientTrusted && in ProcSecurityGenerateAuthorization()441 trustLevel != XSecurityClientUntrusted) { in ProcSecurityGenerateAuthorization()442 client->errorValue = trustLevel; in ProcSecurityGenerateAuthorization()[all …]
66 unsigned int trustLevel; /* trusted/untrusted */ member
128 pAuth->trustLevel = XSecurityClientTrusted; in winGenerateAuthorization()
31154 client->index, pAuth->id, pAuth->trustLevel, pAuth->timeout,31158 client->index, pAuth->id, pAuth->trustLevel, pAuth->timeout,