Bug 1426733: Use restricting SIDs in Windows NPAPI process r=bobowen

Allow NPAPI sandbox to use restricting SIDs.

--HG--
extra : rebase_source : be53cfa3b05bd6d0f5b24b8f4f0b41e623d40e9a
This commit is contained in:
David Parks 2017-12-20 21:35:26 -08:00
Родитель c5d2e41158
Коммит 312f33b8c5
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -753,8 +753,6 @@ SandboxBroker::SetSecurityLevelForPluginProcess(int32_t aSandboxLevel)
delayedIntegrityLevel = sandbox::INTEGRITY_LEVEL_MEDIUM;
}
mPolicy->SetDoNotUseRestrictingSIDs();
sandbox::ResultCode result = SetJobLevel(mPolicy, jobLevel,
0 /* ui_exceptions */);
SANDBOX_ENSURE_SUCCESS(result,