| Index: chrome/renderer/renderer_main_platform_delegate_linux.cc
|
| diff --git a/chrome/renderer/renderer_main_platform_delegate_linux.cc b/chrome/renderer/renderer_main_platform_delegate_linux.cc
|
| index d93f1a5ae4ee6e445b3a22f90599c8b1afda7faf..56bdcf5805bb9b4d4e4c176a8d40362dfbc719c0 100644
|
| --- a/chrome/renderer/renderer_main_platform_delegate_linux.cc
|
| +++ b/chrome/renderer/renderer_main_platform_delegate_linux.cc
|
| @@ -36,7 +36,7 @@ bool RendererMainPlatformDelegate::EnableSandbox() {
|
| //
|
| // The seccomp sandbox is started in the renderer.
|
| // http://code.google.com/p/seccompsandbox/
|
| -#if defined(ARCH_CPU_X86_FAMILY)
|
| +#if defined(ARCH_CPU_X86_FAMILY) && !defined(CHROMIUM_SELINUX)
|
| if (CommandLine::ForCurrentProcess()->HasSwitch(
|
| switches::kEnableSeccompSandbox)) {
|
| StartSeccompSandbox();
|
|
|