$OpenBSD: patch-chrome_browser_platform_util_linux_cc,v 1.3 2016/10/27 18:30:41 robert Exp $
--- chrome/browser/platform_util_linux.cc.orig.port	Wed Jul 20 21:03:20 2016
+++ chrome/browser/platform_util_linux.cc	Thu Jul 21 10:25:28 2016
@@ -36,7 +36,9 @@ void RunCommand(const std::string& command,
 
   base::LaunchOptions options;
   options.current_directory = working_directory;
+#if !defined(OS_BSD)
   options.allow_new_privs = true;
+#endif
   // xdg-open can fall back on mailcap which eventually might plumb through
   // to a command that needs a terminal.  Set the environment variable telling
   // it that we definitely don't have a terminal available and that it should
