$OpenBSD: patch-content_browser_zygote_main_linux_cc,v 1.6 2011/12/14 16:58:19 robert Exp $
--- content/browser/zygote_main_linux.cc.orig	Wed Dec  7 09:01:17 2011
+++ content/browser/zygote_main_linux.cc	Tue Dec 13 21:23:12 2011
@@ -715,6 +715,7 @@ static bool EnterSandbox() {
     SkiaFontConfigSetImplementation(
         new FontConfigIPC(kMagicSandboxIPCDescriptor));
 
+#if defined(OS_LINUX)
     // Previously, we required that the binary be non-readable. This causes the
     // kernel to mark the process as non-dumpable at startup. The thinking was
     // that, although we were putting the renderers into a PID namespace (with
@@ -740,6 +741,7 @@ static bool EnterSandbox() {
         return false;
       }
     }
+#endif
 #if defined(SECCOMP_SANDBOX)
   } else if (SeccompSandboxEnabled()) {
     PreSandboxInit();
