Backed out changeset b9abaf976608 (bug 1652463) as per request. CLOSED TREE

This commit is contained in:
Csoregi Natalia 2021-09-30 21:05:47 +03:00
Родитель cc24cea507
Коммит f4117debbf
1 изменённых файлов: 0 добавлений и 8 удалений

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

@ -1065,14 +1065,6 @@ bool SandboxBroker::SetSecurityLevelForRDDProcess() {
result,
"With these static arguments AddRule should never fail, what happened?");
// Add rule to allow process to create the server side of our IPC pipes.
result = mPolicy->AddRule(sandbox::TargetPolicy::SUBSYS_NAMED_PIPES,
sandbox::TargetPolicy::NAMEDPIPES_ALLOW_ANY,
L"\\\\.\\pipe\\chrome.*");
MOZ_RELEASE_ASSERT(
sandbox::SBOX_ALL_OK == result,
"With these static arguments AddRule should never fail, what happened?");
// Add the policy for the client side of the crash server pipe.
result = mPolicy->AddRule(sandbox::TargetPolicy::SUBSYS_FILES,
sandbox::TargetPolicy::FILES_ALLOW_ANY,