Bug 1094667: Use the USER_NON_ADMIN access token by default for the Windows content sandbox. r=tabraldes

This commit is contained in:
Bob Owen 2014-11-29 17:12:18 +00:00
Родитель ba7a2fa911
Коммит 986cd576ef
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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);