Commit 69ff8007 authored by Tom Sepez's avatar Tom Sepez Committed by Commit Bot

Revert engage namespace sandbox for gpu on linux

Reason for revert: crashers.

TBR: piman@chromium.org
Bug: 789436
Change-Id: I34a72d3f528189099be6c67eb671809e052a1cb3
Reviewed-on: https://chromium-review.googlesource.com/801993
Commit-Queue: Tom Sepez <tsepez@chromium.org>
Reviewed-by: default avatarTom Sepez <tsepez@chromium.org>
Cr-Commit-Position: refs/heads/master@{#520800}
parent 34ca2c89
...@@ -342,9 +342,7 @@ bool GpuProcessPreSandboxHook(service_manager::BPFBasePolicy* policy, ...@@ -342,9 +342,7 @@ bool GpuProcessPreSandboxHook(service_manager::BPFBasePolicy* policy,
if (!LoadLibrariesForGpu(options)) if (!LoadLibrariesForGpu(options))
return false; return false;
// TODO(tsepez): enable once we can proxy the stat(), readlink() syscalls. // TODO(tsepez): enable namspace sandbox here once crashes are understood.
if (!IsChromeOS() || !options.use_amd_specific_policies)
instance->EngageNamespaceSandbox(false /* from_zygote */);
errno = 0; errno = 0;
return true; return true;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment