$OpenBSD: patch-chrome_browser_platform_util_linux_cc,v 1.4 2017/04/28 14:21:00 robert Exp $
--- chrome/browser/platform_util_linux.cc.orig.port	Wed Apr 19 21:06:29 2017
+++ chrome/browser/platform_util_linux.cc	Thu Apr 27 19:55:59 2017
@@ -37,7 +37,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
