зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1094667: Use the USER_NON_ADMIN access token by default for the Windows content sandbox. r=tabraldes
This commit is contained in:
Родитель
ba7a2fa911
Коммит
986cd576ef
|
@ -97,7 +97,7 @@ SandboxBroker::SetSecurityLevelForContentProcess(bool aMoreStrict)
|
|||
bool ret = (sandbox::SBOX_ALL_OK == result);
|
||||
|
||||
result = mPolicy->SetTokenLevel(sandbox::USER_RESTRICTED_SAME_ACCESS,
|
||||
sandbox::USER_RESTRICTED_SAME_ACCESS);
|
||||
sandbox::USER_NON_ADMIN);
|
||||
ret = ret && (sandbox::SBOX_ALL_OK == result);
|
||||
|
||||
result = mPolicy->SetDelayedIntegrityLevel(sandbox::INTEGRITY_LEVEL_MEDIUM);
|
||||
|
|
Загрузка…
Ссылка в новой задаче