HomeSort by relevance Sort by last modified time
    Searched refs:IMPERSONATION (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/sandbox/win/src/
restricted_token_utils.h 21 IMPERSONATION = 0,
28 // token or impersonation token. The integrity level of the token is set to
46 // impersonation_level is the security level of the impersonation token used
55 // soon as possible to stop using the impersonation token and start being
restricted_token_utils.cc 129 case IMPERSONATION: {
172 // Create the impersonation token (restricted) to be able to start the
178 IMPERSONATION);
210 // impersonation token with more rights.
sandbox_policy_base.cc 278 // Windows refuses to work with an impersonation token for a process inside
483 // Windows refuses to work with an impersonation token. See SetAppContainer
496 integrity_level_, IMPERSONATION);

Completed in 739 milliseconds